summaryrefslogtreecommitdiff
path: root/src/net/eathena/beinghandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-17 23:41:30 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-17 23:41:30 +0300
commit593aa06d1c7b9bd68c1d47e2967db3cac41c8368 (patch)
tree3e75a23d985e7248baa64a4a0d11b52412744376 /src/net/eathena/beinghandler.h
parent1b43cc5755ca5157f56b4222c2fc05e608d0fe93 (diff)
downloadplus-593aa06d1c7b9bd68c1d47e2967db3cac41c8368.tar.gz
plus-593aa06d1c7b9bd68c1d47e2967db3cac41c8368.tar.bz2
plus-593aa06d1c7b9bd68c1d47e2967db3cac41c8368.tar.xz
plus-593aa06d1c7b9bd68c1d47e2967db3cac41c8368.zip
eathena: add partial support for packet SMSG_BEING_MILLENIUM_SHIELD 0x0440.
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 2d80577f9..1d1bfb1dd 100644
--- a/src/net/eathena/beinghandler.h
+++ b/src/net/eathena/beinghandler.h
@@ -154,6 +154,8 @@ class BeingHandler final : public MessageHandler, public Ea::BeingHandler
static void processBossMapInfo(Net::MessageIn &msg);
static void processBeingFont(Net::MessageIn &msg);
+
+ static void processBeingMilleniumShield(Net::MessageIn &msg);
};
} // namespace EAthena