Date:	Monday November 25, 2002 @ 0:05
Author:	cameron

Update of /home/netrek/cvsroot/Vanilla
In directory swashbuckler.real-time.com:/var/tmp/cvs-serv26492

Modified Files:
	ChangeLog 
Log Message:
fix password command corruption

****************************************

Index: Vanilla/ChangeLog
diff -u Vanilla/ChangeLog:1.135 Vanilla/ChangeLog:1.136
--- Vanilla/ChangeLog:1.135	Thu Oct 10 20:24:45 2002
+++ Vanilla/ChangeLog	Mon Nov 25 00:05:03 2002
@@ -1,3 +1,12 @@
+Mon Nov 25 16:06:39 2002  James Cameron  <quozl at us.netrek.org>
+
+	* include/proto.h, ntserv/ntscmds.c, ntserv/getname.c: fix
+	password change, it was corrupting player stats when player died
+	after changing password.
+
+	* ntserv/daemonII.c (saveplayer): replace constant 32 with
+	calculated offset to score file stats.
+
 Fri Oct 11 11:20:22 2002  James Cameron  <quozl at us.netrek.org>
 
 	* ntserv/ntscmds.c (do_nodock): removed restriction that prevented
@@ -1406,4 +1415,4 @@
  	update_sys_defaults in updateMessages to a more appropriate
  	location - updateClient in socket.c.
 	
-	$Id: ChangeLog,v 1.135 2002/10/11 01:24:45 cameron Exp $
+	$Id: ChangeLog,v 1.136 2002/11/25 06:05:03 cameron Exp $