summaryrefslogtreecommitdiff
path: root/src/net/eathena/protocol.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-11 15:00:25 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-11 15:00:25 +0300
commit3940228a5d6be203454f521c17f01f666564cd31 (patch)
tree5a60fd808b63cea66c646703c8762c045574585f /src/net/eathena/protocol.h
parent70aa8d620ec337d629e096f2f7c8cdaa2104fb53 (diff)
downloadplus-3940228a5d6be203454f521c17f01f666564cd31.tar.gz
plus-3940228a5d6be203454f521c17f01f666564cd31.tar.bz2
plus-3940228a5d6be203454f521c17f01f666564cd31.tar.xz
plus-3940228a5d6be203454f521c17f01f666564cd31.zip
eathena: add partial support for packet SMSG_CLASS_CHANGE 0x01b0.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r--src/net/eathena/protocol.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h
index 794adc372..d547c3b4b 100644
--- a/src/net/eathena/protocol.h
+++ b/src/net/eathena/protocol.h
@@ -376,6 +376,8 @@
#define SMSG_MANNER_MESSAGE 0x014a
#define SMSG_CHAT_SILENCE 0x014b
+#define SMSG_CLASS_CHANGE 0x01b0
+
/**********************************
* Packets from client to server *
**********************************/