diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-18 19:11:02 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-18 19:11:02 +0300 |
commit | 9499d44c38597c70f32426497994238d73bf7130 (patch) | |
tree | 55a60cd7e435f49462ce472b26060de6e1c13cf4 /src/net/eathena/protocol.h | |
parent | 627c9a7a762ebaf2ae65c5938986f24a5400d52b (diff) | |
download | plus-9499d44c38597c70f32426497994238d73bf7130.tar.gz plus-9499d44c38597c70f32426497994238d73bf7130.tar.bz2 plus-9499d44c38597c70f32426497994238d73bf7130.tar.xz plus-9499d44c38597c70f32426497994238d73bf7130.zip |
eathena: add packet SMSG_PLAYER_SKILL_COOLDOWN_LIST 0x0985.
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 5db622079..0d3aa1e14 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -81,6 +81,7 @@ #define SMSG_PLAYER_SKILL_UP 0x010e #define SMSG_PLAYER_HEAL 0x013d #define SMSG_PLAYER_SKILL_COOLDOWN 0x043d +#define SMSG_PLAYER_SKILL_COOLDOWN_LIST 0x0985 #define SMSG_SKILL_FAILED 0x0110 #define SMSG_SKILL_DAMAGE 0x01de #define SMSG_SKILL_AUTO_CAST 0x0147 |