diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-18 18:12:33 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-18 18:12:33 +0300 |
commit | 5f8e616fee9bbf1634ac9e8deb86770c074ce887 (patch) | |
tree | 375118c118a748cd4cbc5088c668f0bbd5bf051b /src/net/eathena/protocol.h | |
parent | 26487f01c0f6367e6405c277b3b23b6351981b75 (diff) | |
download | plus-5f8e616fee9bbf1634ac9e8deb86770c074ce887.tar.gz plus-5f8e616fee9bbf1634ac9e8deb86770c074ce887.tar.bz2 plus-5f8e616fee9bbf1634ac9e8deb86770c074ce887.tar.xz plus-5f8e616fee9bbf1634ac9e8deb86770c074ce887.zip |
eathena: add partial support for packet SMSG_BIND_ITEM 0x02d3.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index 0f3e2b8a4..5f3c2f69e 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -173,6 +173,7 @@ #define SMSG_BOSS_MAP_INFO 0x0293 #define SMSG_ITEM_DAMAGED 0x02bb #define SMSG_AUTOSHADOW_SPELL_LIST 0x0442 +#define SMSG_BIND_ITEM 0x02d3 #define SMSG_PLAYER_STATUS_CHANGE 0x0229 #define SMSG_PLAYER_STATUS_CHANGE2 0x028a |