diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-18 12:55:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-18 12:55:28 +0300 |
commit | eb351e02c9796a94d70734e54c5eb0f01ff623e7 (patch) | |
tree | e7521f43c86236ef1661d22cf3c5ae182df48b16 /src/net/eathena/protocol.h | |
parent | 0b5fa147dc1f6a808ef3c645d03bcb9eb0a1b17f (diff) | |
download | plus-eb351e02c9796a94d70734e54c5eb0f01ff623e7.tar.gz plus-eb351e02c9796a94d70734e54c5eb0f01ff623e7.tar.bz2 plus-eb351e02c9796a94d70734e54c5eb0f01ff623e7.tar.xz plus-eb351e02c9796a94d70734e54c5eb0f01ff623e7.zip |
eathena: add partial support for packet SMSG_SCRIPT_MESSAGE 0x08b3.
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 394103ca9..2af772dc6 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -307,6 +307,7 @@ #define SMSG_MONSTER_INFO 0x018c #define SMSG_PLAYER_HP 0x080e #define SMSG_PVP_INFO 0x0210 +#define SMSG_SCRIPT_MESSAGE 0x08b3 #define SMSG_CHAT_IGNORE_LIST 0x00d4 #define SMSG_CHAT_CREATE_ACK 0x00d6 |