diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-18 16:39:39 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-18 16:39:39 +0300 |
commit | f49ff6e34d8a1715b3f669ca45db2814f0ce25d5 (patch) | |
tree | c411865ed9fb61adb321e0ec83d6f7f339bd682f /src/net/eathena/protocol.h | |
parent | 9cce5d5370ffc70df022ce43980a805499c7359d (diff) | |
download | mv-f49ff6e34d8a1715b3f669ca45db2814f0ce25d5.tar.gz mv-f49ff6e34d8a1715b3f669ca45db2814f0ce25d5.tar.bz2 mv-f49ff6e34d8a1715b3f669ca45db2814f0ce25d5.tar.xz mv-f49ff6e34d8a1715b3f669ca45db2814f0ce25d5.zip |
eathena: add partial support for packet SMSG_BATTLE_BEGINS 0x08df.
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 80351a38e..d851b1081 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -445,6 +445,7 @@ #define SMSG_BATTLE_UPDATE_COORDS 0x02df #define SMSG_BATTLE_PLAY 0x07fe #define SMSG_BATTLE_QUEUE_ACK 0x08d8 +#define SMSG_BATTLE_BEGINS 0x08df /********************************** * Packets from client to server * |