diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-14 16:37:13 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-14 16:38:42 +0300 |
commit | d2bde911f0b80515066f100fc4704793255be0ea (patch) | |
tree | 150da1eaac501bad68096eed085be16bf8f19432 /src/net/eathena/protocol.h | |
parent | a7105aa2f73a372be018173e47b2fa8e6cfa87e4 (diff) | |
download | plus-d2bde911f0b80515066f100fc4704793255be0ea.tar.gz plus-d2bde911f0b80515066f100fc4704793255be0ea.tar.bz2 plus-d2bde911f0b80515066f100fc4704793255be0ea.tar.xz plus-d2bde911f0b80515066f100fc4704793255be0ea.zip |
eathena: add packet SMSG_NPC_CLOSE_TIMEOUT 0x08d6.
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 53631859c..716aae6c9 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -140,6 +140,7 @@ #define SMSG_NPC_MESSAGE 0x00b4 #define SMSG_NPC_NEXT 0x00b5 #define SMSG_NPC_CLOSE 0x00b6 +#define SMSG_NPC_CLOSE_TIMEOUT 0x08d6 #define SMSG_NPC_CHOICE 0x00b7 /**< Display a choice */ #define SMSG_NPC_BUY_SELL_CHOICE 0x00c4 #define SMSG_NPC_BUY 0x00c6 |