summaryrefslogtreecommitdiff
path: root/src/net/eathena/protocol.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-17 22:58:33 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-17 22:58:33 +0300
commit8227aad72c4c6dfd2af4241763bd4dad82441a8e (patch)
tree4f54427957bbb72a2bbb0abb8bffabb5e0e700c7 /src/net/eathena/protocol.h
parent9761307a9c7d360ebf7a44e2eee9a41dbd1a3921 (diff)
downloadplus-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.h1
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 *