summaryrefslogtreecommitdiff
path: root/src/net/eathena/beinghandler.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/beinghandler.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/beinghandler.h')
-rw-r--r--src/net/eathena/beinghandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/beinghandler.h b/src/net/eathena/beinghandler.h
index cbd43f492..b0743a2f7 100644
--- a/src/net/eathena/beinghandler.h
+++ b/src/net/eathena/beinghandler.h
@@ -124,6 +124,8 @@ class BeingHandler final : public MessageHandler, public Ea::BeingHandler
static void processBeingAttrs(Net::MessageIn &msg);
static void processMonsterInfo(Net::MessageIn &msg);
+
+ static void processClassChange(Net::MessageIn &msg);
};
} // namespace EAthena