summaryrefslogtreecommitdiff
path: root/src/net/eathena/beinghandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-17 23:29:06 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-17 23:29:06 +0300
commitf406fe1a4c6abf9b414fc9110cef80e217cafb62 (patch)
tree10f197efdd5d1b9f5390ceb762da11e520dc56a2 /src/net/eathena/beinghandler.h
parent8227aad72c4c6dfd2af4241763bd4dad82441a8e (diff)
downloadplus-f406fe1a4c6abf9b414fc9110cef80e217cafb62.tar.gz
plus-f406fe1a4c6abf9b414fc9110cef80e217cafb62.tar.bz2
plus-f406fe1a4c6abf9b414fc9110cef80e217cafb62.tar.xz
plus-f406fe1a4c6abf9b414fc9110cef80e217cafb62.zip
eathena: add partial support for packet SMSG_BEING_FONT 0x02ef.
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 b11553b09..2d80577f9 100644
--- a/src/net/eathena/beinghandler.h
+++ b/src/net/eathena/beinghandler.h
@@ -152,6 +152,8 @@ class BeingHandler final : public MessageHandler, public Ea::BeingHandler
static void processGladiatorFeelRequest(Net::MessageIn &msg);
static void processBossMapInfo(Net::MessageIn &msg);
+
+ static void processBeingFont(Net::MessageIn &msg);
};
} // namespace EAthena