diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-11 17:21:19 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-11 17:21:19 +0300 |
commit | b56d93804c561ed11d678ab193d1d7ddc8e586b1 (patch) | |
tree | ce40c241b4a981dd7d80d51a6d6d3d7c623a6541 /src/net/eathena/protocol.h | |
parent | 2cf982bd6e7d98d201f4b9c81291cd23f56b529c (diff) | |
download | manaverse-b56d93804c561ed11d678ab193d1d7ddc8e586b1.tar.gz manaverse-b56d93804c561ed11d678ab193d1d7ddc8e586b1.tar.bz2 manaverse-b56d93804c561ed11d678ab193d1d7ddc8e586b1.tar.xz manaverse-b56d93804c561ed11d678ab193d1d7ddc8e586b1.zip |
eathena: add partial support for packet CMSG_COMBO_DELAY 0x01d2.
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 ee1fbbcbc..72bfc4f75 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -565,6 +565,7 @@ #define CMSG_EXPLOSION_SPIRITS 0x01ed #define CMSG_SPIRIT_BALLS 0x01d0 #define CMSG_BLADE_STOP 0x01d1 +#define CMSG_COMBO_DELAY 0x01d2 #define CMSG_PVP_INFO 0x020f #define CMSG_PLAYER_AUTO_REVIVE 0x0292 #define CMSG_QUEST_ACTIVATE 0x02b6 |