summaryrefslogtreecommitdiff
path: root/src/net/eathena/beinghandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-11 21:13:18 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-11 21:13:18 +0300
commit720435e4d3d92626b4057061492bd20cc292e466 (patch)
tree870dffaafabae27e7c654d699641957ea4273fa1 /src/net/eathena/beinghandler.h
parent66f9a6c93e9b172938136dabc1e3fe8840310ca6 (diff)
downloadplus-720435e4d3d92626b4057061492bd20cc292e466.tar.gz
plus-720435e4d3d92626b4057061492bd20cc292e466.tar.bz2
plus-720435e4d3d92626b4057061492bd20cc292e466.tar.xz
plus-720435e4d3d92626b4057061492bd20cc292e466.zip
eathena: add partial support for packet SMSG_STARS_KILL 0x020e.
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 15710f0b3..0a6b2bcc9 100644
--- a/src/net/eathena/beinghandler.h
+++ b/src/net/eathena/beinghandler.h
@@ -138,6 +138,8 @@ class BeingHandler final : public MessageHandler, public Ea::BeingHandler
static void processWddingEffect(Net::MessageIn &msg);
static void processBeingSlide(Net::MessageIn &msg);
+
+ static void processStarsKill(Net::MessageIn &msg);
};
} // namespace EAthena