diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-12 22:40:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-13 17:41:29 +0300 |
commit | ac4851c11724935e92af3ab56c080a2fc0fc6808 (patch) | |
tree | bd07854e67eba634137714e6b645cf211aca1be3 /src/net | |
parent | f9566d341f485b2f311abbb26fcc167807b5e193 (diff) | |
download | plus-ac4851c11724935e92af3ab56c080a2fc0fc6808.tar.gz plus-ac4851c11724935e92af3ab56c080a2fc0fc6808.tar.bz2 plus-ac4851c11724935e92af3ab56c080a2fc0fc6808.tar.xz plus-ac4851c11724935e92af3ab56c080a2fc0fc6808.zip |
eathena: update to hercules version 20140305.
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 376de2439..75f97fcd2 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -239,7 +239,7 @@ #define CMSG_SKILL_LEVELUP_REQUEST 0x0112 #define CMSG_STAT_UPDATE_REQUEST 0x00bb #define CMSG_SKILL_USE_BEING 0x083c -#define CMSG_SKILL_USE_POSITION 0x0438 +#define CMSG_SKILL_USE_POSITION 0x0436 // Variant of 0x116 with 80 char string at end (unsure of use) #define CMSG_SKILL_USE_POSITION_MORE 0x0366 #define CMSG_SKILL_USE_MAP 0x011b @@ -251,8 +251,8 @@ #define CMSG_PLAYER_USE_CARD 0x017a #define CMSG_PLAYER_INSERT_CARD 0x017c -#define CMSG_ITEM_PICKUP 0x07e4 -#define CMSG_PLAYER_CHANGE_DIR 0x0202 +#define CMSG_ITEM_PICKUP 0x0202 +#define CMSG_PLAYER_CHANGE_DIR 0x0815 #define CMSG_PLAYER_CHANGE_DEST 0x0437 #define CMSG_PLAYER_CHANGE_ACT 0x0871 #define CMSG_PLAYER_RESTART 0x00b2 |