diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-12 23:05:09 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-13 17:41:29 +0300 |
commit | 981f1272f2355653c1e7e7233cd37b0f9ebfc335 (patch) | |
tree | c55f724eb58abffced683ca94946c494649210a0 /src/net/eathena | |
parent | be761b542ac32cf246b060217e1e2b7b45c7b3a4 (diff) | |
download | plus-981f1272f2355653c1e7e7233cd37b0f9ebfc335.tar.gz plus-981f1272f2355653c1e7e7233cd37b0f9ebfc335.tar.bz2 plus-981f1272f2355653c1e7e7233cd37b0f9ebfc335.tar.xz plus-981f1272f2355653c1e7e7233cd37b0f9ebfc335.zip |
eathena: update to hercules version 20140416.
Diffstat (limited to 'src/net/eathena')
-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 11150c818..fea3c0c0e 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -251,8 +251,8 @@ #define CMSG_PLAYER_USE_CARD 0x017a #define CMSG_PLAYER_INSERT_CARD 0x017c -#define CMSG_ITEM_PICKUP 0x0202 -#define CMSG_PLAYER_CHANGE_DIR 0x0815 +#define CMSG_ITEM_PICKUP 0x07e4 +#define CMSG_PLAYER_CHANGE_DIR 0x0202 #define CMSG_PLAYER_CHANGE_DEST 0x0437 #define CMSG_PLAYER_CHANGE_ACT 0x0871 #define CMSG_PLAYER_RESTART 0x00b2 @@ -289,7 +289,7 @@ #define CMSG_PARTY_MESSAGE 0x0108 #define CMSG_PARTY_CHANGE_LEADER 0x07da -#define CMSG_MOVE_TO_STORAGE 0x095c /** Move item to storage */ +#define CMSG_MOVE_TO_STORAGE 0x07ec /** Move item to storage */ #define CSMG_MOVE_FROM_STORAGE 0x085b /** Remove item from storage */ #define CMSG_CLOSE_STORAGE 0x0193 /** Request storage close */ |