summaryrefslogtreecommitdiff
path: root/src/net/eathena/beinghandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-12 18:04:15 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-12 18:04:15 +0300
commit841c5a9c5fdba7c9607a3fcd9a2bf40e20bcca7f (patch)
treeec2c8e6db9352fa4bf7245716d3a319c1fb950fa /src/net/eathena/beinghandler.h
parent2c08eba0c8abd2eb3c09b1a916a5f6693c6ae7c0 (diff)
downloadplus-841c5a9c5fdba7c9607a3fcd9a2bf40e20bcca7f.tar.gz
plus-841c5a9c5fdba7c9607a3fcd9a2bf40e20bcca7f.tar.bz2
plus-841c5a9c5fdba7c9607a3fcd9a2bf40e20bcca7f.tar.xz
plus-841c5a9c5fdba7c9607a3fcd9a2bf40e20bcca7f.zip
eathena: add partial support for packet SMSG_BOSS_MAP_INFO 0x0293.
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 791f6a81e..b11553b09 100644
--- a/src/net/eathena/beinghandler.h
+++ b/src/net/eathena/beinghandler.h
@@ -150,6 +150,8 @@ class BeingHandler final : public MessageHandler, public Ea::BeingHandler
static void processPkRanksList(Net::MessageIn &msg);
static void processGladiatorFeelRequest(Net::MessageIn &msg);
+
+ static void processBossMapInfo(Net::MessageIn &msg);
};
} // namespace EAthena