diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-18 00:31:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-18 00:32:21 +0300 |
commit | 388cb093276e34ba5aaf1e994439e8347ffc0e3a (patch) | |
tree | 82de3decb4298db7c9a1a7187f0379eb7caea47a /src/net/eathena/protocol.h | |
parent | c9cb40c28e3ea73fb8ac83648f44285a1599791a (diff) | |
download | plus-388cb093276e34ba5aaf1e994439e8347ffc0e3a.tar.gz plus-388cb093276e34ba5aaf1e994439e8347ffc0e3a.tar.bz2 plus-388cb093276e34ba5aaf1e994439e8347ffc0e3a.tar.xz plus-388cb093276e34ba5aaf1e994439e8347ffc0e3a.zip |
eathena: add partial support for packet SMSG_BATTLE_PLAY 0x07fe.
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 86b9ab57b..f8180dec2 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -430,6 +430,7 @@ #define SMSG_BATTLE_EMBLEM 0x02dd #define SMSG_BATTLE_UPDATE_SCORE 0x02de #define SMSG_BATTLE_UPDATE_COORDS 0x02df +#define SMSG_BATTLE_PLAY 0x07fe /********************************** * Packets from client to server * |