diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-09 01:14:52 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-09 01:14:52 +0300 |
commit | 2f6d82e85aed4fe91bda5962572188ee6b8afa02 (patch) | |
tree | 116602dbde06f18b8b679903c12b346847725409 /src/net/eathena/protocol.h | |
parent | 3d1770d40bb11292d79bbdf0a6c9e628509632d5 (diff) | |
download | plus-2f6d82e85aed4fe91bda5962572188ee6b8afa02.tar.gz plus-2f6d82e85aed4fe91bda5962572188ee6b8afa02.tar.bz2 plus-2f6d82e85aed4fe91bda5962572188ee6b8afa02.tar.xz plus-2f6d82e85aed4fe91bda5962572188ee6b8afa02.zip |
eathena: add partial support for packet SMSG_NPC_SHOW_PROGRESS_BAR 0x02f0.
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 27e6d250d..9b1bff51e 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -123,6 +123,7 @@ #define SMSG_NPC_SELL_RESPONSE 0x00cb #define SMSG_NPC_INT_INPUT 0x0142 /**< Integer input */ #define SMSG_NPC_STR_INPUT 0x01d4 /**< String input */ +#define SMSG_NPC_SHOW_PROGRESS_BAR 0x02f0 #define SMSG_PLAYER_CHAT 0x008e /**< Player talks */ #define SMSG_WHISPER 0x0097 /**< Whisper Recieved */ #define SMSG_WHISPER_RESPONSE 0x09df |