diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-11 17:05:51 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-11 17:05:51 +0300 |
commit | 414d1437641e999c95240b61c9c4af98d4fc4c17 (patch) | |
tree | 70d6799c1fb106bb7cc8755a41704d51f238ddd7 /src/net/eathena/protocol.h | |
parent | 1438f4a6e9e5498d2fce8e8aae9bf30e6e6a4a5c (diff) | |
download | plus-414d1437641e999c95240b61c9c4af98d4fc4c17.tar.gz plus-414d1437641e999c95240b61c9c4af98d4fc4c17.tar.bz2 plus-414d1437641e999c95240b61c9c4af98d4fc4c17.tar.xz plus-414d1437641e999c95240b61c9c4af98d4fc4c17.zip |
eathena: add partial support for packet CMSG_SPIRIT_BALLS 0x01d0.
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 c092a3a21..c5332f079 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -563,6 +563,7 @@ #define CMSG_DORI_DORI 0x01e7 #define CMSG_EXPLOSION_SPIRITS 0x01ed +#define CMSG_SPIRIT_BALLS 0x01d0 #define CMSG_PVP_INFO 0x020f #define CMSG_PLAYER_AUTO_REVIVE 0x0292 #define CMSG_QUEST_ACTIVATE 0x02b6 |