diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-11 23:32:35 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-11 23:32:35 +0300 |
commit | 247418a3ec0b50479c7bac80322202b01527ae61 (patch) | |
tree | 57e68f3dcaccc982079686a6d17b0eaf5923f9fa /src/net/eathena/protocol.h | |
parent | e0988e8f2cf1f43207310e2a8c050f7e95fe970f (diff) | |
download | plus-247418a3ec0b50479c7bac80322202b01527ae61.tar.gz plus-247418a3ec0b50479c7bac80322202b01527ae61.tar.bz2 plus-247418a3ec0b50479c7bac80322202b01527ae61.tar.xz plus-247418a3ec0b50479c7bac80322202b01527ae61.zip |
eathena: add packet CMSG_EXPLOSION_SPIRITS 0x01ed.
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 d62a2a5d6..747ade200 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -358,6 +358,7 @@ #define CMSG_PET_SET_NAME 0x01a5 #define CMSG_DORI_DORI 0x01e7 +#define CMSG_EXPLOSION_SPIRITS 0x01ed #define SMSG_SOLVE_CHAR_NAME 0x0194 #define SMSG_SKILL_CASTING 0x07fb |