diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-11 17:35:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-11 17:35:28 +0300 |
commit | 67b87c5338be8ffde31ce8a4d99d1d2541cddc92 (patch) | |
tree | c8a403722d05cd90dfe09087c0200a968bbe7d9f /src/net/eathena/protocol.h | |
parent | 3402b274b847cf5adef6beb1d1bd81eb01300898 (diff) | |
download | plus-67b87c5338be8ffde31ce8a4d99d1d2541cddc92.tar.gz plus-67b87c5338be8ffde31ce8a4d99d1d2541cddc92.tar.bz2 plus-67b87c5338be8ffde31ce8a4d99d1d2541cddc92.tar.xz plus-67b87c5338be8ffde31ce8a4d99d1d2541cddc92.zip |
eathena: add partial support for packet CMSG_SPIRIT_BALL_SINGLE 0x01e1.
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 49a74e3aa..206ea2477 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -565,6 +565,7 @@ #define CMSG_DORI_DORI 0x01e7 #define CMSG_EXPLOSION_SPIRITS 0x01ed #define CMSG_SPIRIT_BALLS 0x01d0 +#define CMSG_SPIRIT_BALL_SINGLE 0x01e1 #define CMSG_BLADE_STOP 0x01d1 #define CMSG_COMBO_DELAY 0x01d2 #define CMSG_PVP_INFO 0x020f |