summaryrefslogtreecommitdiff
path: root/src/net/eathena/beinghandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-12 17:15:11 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-12 17:15:11 +0300
commitbc0ccd9664c637d6d3fe62b3cd45b72e3a503ab3 (patch)
treefbd205442586d112b339e484f09316bbc1bf7971 /src/net/eathena/beinghandler.h
parentf5e4b8888afa9b95469903148e4df1544b755bc8 (diff)
downloadplus-bc0ccd9664c637d6d3fe62b3cd45b72e3a503ab3.tar.gz
plus-bc0ccd9664c637d6d3fe62b3cd45b72e3a503ab3.tar.bz2
plus-bc0ccd9664c637d6d3fe62b3cd45b72e3a503ab3.tar.xz
plus-bc0ccd9664c637d6d3fe62b3cd45b72e3a503ab3.zip
eathena: add partial support for packet SMSG_GLADIATOR_FEEL_REQUEST 0x0253.
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 6a32a1d3c..791f6a81e 100644
--- a/src/net/eathena/beinghandler.h
+++ b/src/net/eathena/beinghandler.h
@@ -148,6 +148,8 @@ class BeingHandler final : public MessageHandler, public Ea::BeingHandler
static void processTaekwonRanksList(Net::MessageIn &msg);
static void processPkRanksList(Net::MessageIn &msg);
+
+ static void processGladiatorFeelRequest(Net::MessageIn &msg);
};
} // namespace EAthena