diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-06 11:23:36 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-06 11:23:36 +0300 |
commit | e0370f84531ba564224963f579921b126e620add (patch) | |
tree | bcfc7eec4df22792ee6416e37e0983b83118a6b1 /src/net/eathena/protocol.h | |
parent | 7092b86c5b9bcfc1b377d090f65ce35427cecc4c (diff) | |
download | plus-e0370f84531ba564224963f579921b126e620add.tar.gz plus-e0370f84531ba564224963f579921b126e620add.tar.bz2 plus-e0370f84531ba564224963f579921b126e620add.tar.xz plus-e0370f84531ba564224963f579921b126e620add.zip |
eathena: add packet SMSG_PLAYER_INVENTORY_REMOVE2 0x07fa.
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 12e307846..ba435aa10 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -71,6 +71,7 @@ #define SMSG_PLAYER_INVENTORY 0x0991 #define SMSG_PLAYER_INVENTORY_ADD 0x0990 #define SMSG_PLAYER_INVENTORY_REMOVE 0x00af +#define SMSG_PLAYER_INVENTORY_REMOVE2 0x07fa #define SMSG_PLAYER_INVENTORY_USE 0x01c8 #define SMSG_PLAYER_EQUIPMENT 0x0992 #define SMSG_PLAYER_EQUIP 0x0999 |