diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-18 16:46:47 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-18 16:46:47 +0300 |
commit | fbf357addfe7c7d367a3203be3ad78aba278bcf6 (patch) | |
tree | 0696ffc5360a791d47bd4ce5596e903223ffb775 /src/net/eathena/protocol.h | |
parent | f49ff6e34d8a1715b3f669ca45db2814f0ce25d5 (diff) | |
download | plus-fbf357addfe7c7d367a3203be3ad78aba278bcf6.tar.gz plus-fbf357addfe7c7d367a3203be3ad78aba278bcf6.tar.bz2 plus-fbf357addfe7c7d367a3203be3ad78aba278bcf6.tar.xz plus-fbf357addfe7c7d367a3203be3ad78aba278bcf6.zip |
eathena: add partial support for packet SMSG_BATTLE_NOTICE_DELETE 0x08db.
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 d851b1081..3040648e5 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -446,6 +446,7 @@ #define SMSG_BATTLE_PLAY 0x07fe #define SMSG_BATTLE_QUEUE_ACK 0x08d8 #define SMSG_BATTLE_BEGINS 0x08df +#define SMSG_BATTLE_NOTICE_DELETE 0x08db /********************************** * Packets from client to server * |