diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-05 13:09:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-06 01:18:57 +0300 |
commit | 07d993ed7cfa78bc5316bfb5b3ab27158925326a (patch) | |
tree | d173160afe71873d8be70564eef4ddf110bdfe91 /src/net/eathena/protocol.h | |
parent | 946d6980c3ca3c7b7f6e50616e2e366c9adcae11 (diff) | |
download | plus-07d993ed7cfa78bc5316bfb5b3ab27158925326a.tar.gz plus-07d993ed7cfa78bc5316bfb5b3ab27158925326a.tar.bz2 plus-07d993ed7cfa78bc5316bfb5b3ab27158925326a.tar.xz plus-07d993ed7cfa78bc5316bfb5b3ab27158925326a.zip |
eathena: fix packet SMSG_SKILL_CASTING 0x07fb.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index c2bd36027..b0acb8f93 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -298,7 +298,7 @@ #define CMSG_IGNORE_ALL 0x00d0 #define SMSG_SOLVE_CHAR_NAME 0x0194 -#define SMSG_SKILL_CASTING 0x013e +#define SMSG_SKILL_CASTING 0x07fb #define SMSG_SKILL_CAST_CANCEL 0x01b9 #define SMSG_SKILL_NO_DAMAGE 0x011a |