diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-18 17:22:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-18 17:22:04 +0300 |
commit | 240cf581ec7e1727097065a55a654dfdb6330ccd (patch) | |
tree | 27fcf1b5cdbafc0abb98f3f721efae38c191ac0b /src/net/eathena/protocol.h | |
parent | 16c256230774fc1dcdf66f16a70a3cd9f6fd0343 (diff) | |
download | plus-240cf581ec7e1727097065a55a654dfdb6330ccd.tar.gz plus-240cf581ec7e1727097065a55a654dfdb6330ccd.tar.bz2 plus-240cf581ec7e1727097065a55a654dfdb6330ccd.tar.xz plus-240cf581ec7e1727097065a55a654dfdb6330ccd.zip |
eathena: add pacrtial support for packet SMSG_PLAYER_CART_ADD_ERROR 0x012c.
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 6b1fd6fc8..311650643 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -81,6 +81,7 @@ #define SMSG_PLAYER_IDENTIFY_LIST 0x0177 #define SMSG_PLAYER_IDENTIFIED 0x0179 #define SMSG_PLAYER_CART_ADD 0x01c5 +#define SMSG_PLAYER_CART_ADD_ERROR 0x012c #define SMSG_PLAYER_CART_ITEMS 0x0993 #define SMSG_PLAYER_CART_EQUIP 0x0994 #define SMSG_PLAYER_CART_REMOVE 0x0125 |