summaryrefslogtreecommitdiff
path: root/src/net/eathena/beinghandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-11 14:05:07 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-11 14:05:07 +0300
commitd0e9d200299f9b6c2cc8a95f405c7821d8d5dc78 (patch)
treed12841102e58913a0ffe3d99512b91bbb20bdc15 /src/net/eathena/beinghandler.h
parentbdc996059d8dac1bcd063890dcf80b3ce6932c50 (diff)
downloadplus-d0e9d200299f9b6c2cc8a95f405c7821d8d5dc78.tar.gz
plus-d0e9d200299f9b6c2cc8a95f405c7821d8d5dc78.tar.bz2
plus-d0e9d200299f9b6c2cc8a95f405c7821d8d5dc78.tar.xz
plus-d0e9d200299f9b6c2cc8a95f405c7821d8d5dc78.zip
eathena: add partial support for packet SMSG_MONSTER_INFO 0x018c.
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 b4520c201..cbd43f492 100644
--- a/src/net/eathena/beinghandler.h
+++ b/src/net/eathena/beinghandler.h
@@ -122,6 +122,8 @@ class BeingHandler final : public MessageHandler, public Ea::BeingHandler
static void processMobInfo(Net::MessageIn &msg);
static void processBeingAttrs(Net::MessageIn &msg);
+
+ static void processMonsterInfo(Net::MessageIn &msg);
};
} // namespace EAthena