diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-17 22:58:33 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-17 22:58:33 +0300 |
commit | 8227aad72c4c6dfd2af4241763bd4dad82441a8e (patch) | |
tree | 4f54427957bbb72a2bbb0abb8bffabb5e0e700c7 /src/net/eathena/protocol.h | |
parent | 9761307a9c7d360ebf7a44e2eee9a41dbd1a3921 (diff) | |
download | plus-8227aad72c4c6dfd2af4241763bd4dad82441a8e.tar.gz plus-8227aad72c4c6dfd2af4241763bd4dad82441a8e.tar.bz2 plus-8227aad72c4c6dfd2af4241763bd4dad82441a8e.tar.xz plus-8227aad72c4c6dfd2af4241763bd4dad82441a8e.zip |
eathena: add partial support for packet SMSG_BATTLE_UPDATE_COORDS 0x02df.
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 4da724142..ab6d5020e 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -423,6 +423,7 @@ #define SMSG_BATTLE_CHAT_MESSAGE 0x02dc #define SMSG_BATTLE_EMBLEM 0x02dd #define SMSG_BATTLE_UPDATE_SCORE 0x02de +#define SMSG_BATTLE_UPDATE_COORDS 0x02df /********************************** * Packets from client to server * |