diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-17 23:33:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-17 23:33:37 +0300 |
commit | 1b43cc5755ca5157f56b4222c2fc05e608d0fe93 (patch) | |
tree | 340234d377788640caa9914843470feb2e92ddfc /src/net/eathena/protocol.h | |
parent | f406fe1a4c6abf9b414fc9110cef80e217cafb62 (diff) | |
download | ManaVerse-1b43cc5755ca5157f56b4222c2fc05e608d0fe93.tar.gz ManaVerse-1b43cc5755ca5157f56b4222c2fc05e608d0fe93.tar.bz2 ManaVerse-1b43cc5755ca5157f56b4222c2fc05e608d0fe93.tar.xz ManaVerse-1b43cc5755ca5157f56b4222c2fc05e608d0fe93.zip |
eathena: add partial support for packet SMSG_NPC_PROGRESS_BAR_ABORT 0x02f2.
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 fe95dc6f9..1fce01349 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -183,6 +183,7 @@ #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_NPC_PROGRESS_BAR_ABORT 0x02f2 #define SMSG_NPC_CHANGETITLE 0x0b06 #define SMSG_NPC_MARKET_OPEN 0x09d5 #define SMSG_NPC_MARKET_BUY_ACK 0x09d7 |