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