diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-18 15:30:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-18 15:30:43 +0300 |
commit | d18d370956e6f58970c7f828b79dbf86525949ea (patch) | |
tree | 156a3f9e842affe124bb3a3a2cb6cc3d8d1cfa7d /src/net/eathena/protocol.h | |
parent | 485cf3ed0a92beddfbff839d3603ff1f2a98f805 (diff) | |
download | plus-d18d370956e6f58970c7f828b79dbf86525949ea.tar.gz plus-d18d370956e6f58970c7f828b79dbf86525949ea.tar.bz2 plus-d18d370956e6f58970c7f828b79dbf86525949ea.tar.xz plus-d18d370956e6f58970c7f828b79dbf86525949ea.zip |
eathena: add partial support for packet SMSG_VENDING_OPEN_STATUS 0x0a28.
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 dccaf107c..25d38396e 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -405,6 +405,7 @@ #define SMSG_VENDING_ITEMS_LIST 0x0800 #define SMSG_VENDING_BUY_ACK 0x0135 #define SMSG_VENDING_OPEN 0x0136 +#define SMSG_VENDING_OPEN_STATUS 0x0a28 #define SMSG_VENDING_REPORT 0x0137 #define SMSG_ELEMENTAL_UPDATE_STATUS 0x081e |