diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-11 15:16:53 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-11 15:16:53 +0300 |
commit | eae805845ace52c0056e7e426c5c8b3831e638af (patch) | |
tree | 2f9cba27a39fba868a3cbe57c6a7fe12310089f3 /src/net/eathena/protocol.h | |
parent | 3940228a5d6be203454f521c17f01f666564cd31 (diff) | |
download | plus-eae805845ace52c0056e7e426c5c8b3831e638af.tar.gz plus-eae805845ace52c0056e7e426c5c8b3831e638af.tar.bz2 plus-eae805845ace52c0056e7e426c5c8b3831e638af.tar.xz plus-eae805845ace52c0056e7e426c5c8b3831e638af.zip |
eathena: add partial support for packet SMSG_NPC_SHOW_DIGIT 0x01b1.
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 d547c3b4b..02c024c88 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -170,6 +170,7 @@ #define SMSG_NPC_CASH_SHOP_OPEN 0x0287 #define SMSG_NPC_CASH_BUY_ACK 0x0289 #define SMSG_NPC_AREA 0x0b0b +#define SMSG_NPC_SHOW_DIGIT 0x01b1 #define SMSG_PLAYER_CHAT 0x008e /**< Player talks */ #define SMSG_WHISPER 0x0097 /**< Whisper Recieved */ |