summaryrefslogtreecommitdiff
path: root/src/net/eathena/protocol.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-18 19:11:02 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-18 19:11:02 +0300
commit9499d44c38597c70f32426497994238d73bf7130 (patch)
tree55a60cd7e435f49462ce472b26060de6e1c13cf4 /src/net/eathena/protocol.h
parent627c9a7a762ebaf2ae65c5938986f24a5400d52b (diff)
downloadManaVerse-9499d44c38597c70f32426497994238d73bf7130.tar.gz
ManaVerse-9499d44c38597c70f32426497994238d73bf7130.tar.bz2
ManaVerse-9499d44c38597c70f32426497994238d73bf7130.tar.xz
ManaVerse-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.h1
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