diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-17 22:52:12 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-17 22:52:12 +0300 |
commit | 9761307a9c7d360ebf7a44e2eee9a41dbd1a3921 (patch) | |
tree | 3324cc9ce3ea606809e02f192b197e6b7e62bce6 /src/net/eathena/protocol.h | |
parent | 83aea63d85e093ad50fc87abc16e87d57b74d423 (diff) | |
download | mv-9761307a9c7d360ebf7a44e2eee9a41dbd1a3921.tar.gz mv-9761307a9c7d360ebf7a44e2eee9a41dbd1a3921.tar.bz2 mv-9761307a9c7d360ebf7a44e2eee9a41dbd1a3921.tar.xz mv-9761307a9c7d360ebf7a44e2eee9a41dbd1a3921.zip |
eathena: add partial support for packet SMSG_BATTLE_UPDATE_SCORE 0x02de.
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 6b02933b3..4da724142 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -422,6 +422,7 @@ #define SMSG_BATTLE_CHAT_MESSAGE 0x02dc #define SMSG_BATTLE_EMBLEM 0x02dd +#define SMSG_BATTLE_UPDATE_SCORE 0x02de /********************************** * Packets from client to server * |