diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-12 22:53:52 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-13 17:41:29 +0300 |
commit | be761b542ac32cf246b060217e1e2b7b45c7b3a4 (patch) | |
tree | 3301a1dbee9043836c0f7756be8ed3b0c76f5440 /src/net | |
parent | ac4851c11724935e92af3ab56c080a2fc0fc6808 (diff) | |
download | ManaVerse-be761b542ac32cf246b060217e1e2b7b45c7b3a4.tar.gz ManaVerse-be761b542ac32cf246b060217e1e2b7b45c7b3a4.tar.bz2 ManaVerse-be761b542ac32cf246b060217e1e2b7b45c7b3a4.tar.xz ManaVerse-be761b542ac32cf246b060217e1e2b7b45c7b3a4.zip |
eathena: update to hercules version 20140402.
Diffstat (limited to 'src/net')
-rw-r--r-- | src/net/eathena/protocol.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index 75f97fcd2..11150c818 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -215,7 +215,7 @@ **********************************/ #define CMSG_LOGIN_REGISTER 0x0064 -#define CMSG_NAME_REQUEST 0x0926 +#define CMSG_NAME_REQUEST 0x088a // Custom change password packet #define CMSG_CHAR_PASSWORD_CHANGE 0x0061 @@ -289,8 +289,8 @@ #define CMSG_PARTY_MESSAGE 0x0108 #define CMSG_PARTY_CHANGE_LEADER 0x07da -#define CMSG_MOVE_TO_STORAGE 0x07ec /** Move item to storage */ -#define CSMG_MOVE_FROM_STORAGE 0x0364 /** Remove item from storage */ +#define CMSG_MOVE_TO_STORAGE 0x095c /** Move item to storage */ +#define CSMG_MOVE_FROM_STORAGE 0x085b /** Remove item from storage */ #define CMSG_CLOSE_STORAGE 0x0193 /** Request storage close */ #define CMSG_MOVE_TO_CART 0x0126 |