aboutsummaryrefslogtreecommitdiff
path: root/src/clientserver.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-05-23 00:12:24 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-05-23 00:12:24 +0300
commite1a2b8f600ff9845ecff0f06c85d4d2c29970414 (patch)
tree6b948bf2bb238232f2d6faea84b70bafb8eaae89 /src/clientserver.h
parent4a6b9a6ac1b07239474bce8d3ebf772ce75e862e (diff)
parenta8a3271470299820c5322523dc439415bc1ff8a0 (diff)
downloaddragonfireclient-e1a2b8f600ff9845ecff0f06c85d4d2c29970414.tar.xz
merged password change menu
Diffstat (limited to 'src/clientserver.h')
-rw-r--r--src/clientserver.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/clientserver.h b/src/clientserver.h
index a64a11f08..256aed362 100644
--- a/src/clientserver.h
+++ b/src/clientserver.h
@@ -285,6 +285,16 @@ enum ToServerCommand
u16 command
u8 amount
*/
+
+ TOSERVER_PASSWORD=0x36,
+ /*
+ Sent to change password.
+
+ [0] u16 TOSERVER_PASSWORD
+ [2] u8[28] old password
+ [30] u8[28] new password
+ */
+
};
inline SharedBuffer<u8> makePacket_TOCLIENT_TIME_OF_DAY(u16 time)