summaryrefslogtreecommitdiff
path: root/src/net/eathena/beinghandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-13 23:24:06 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-13 23:24:06 +0300
commit949a27bfda6b3fa8e6a4ad2e05448c61e9889e8a (patch)
tree22336cd01cb23acdd57aae55329fe5bdb69a0fd0 /src/net/eathena/beinghandler.h
parent857b503b43dc7e2a452f1897efc2100b028f843a (diff)
downloadplus-949a27bfda6b3fa8e6a4ad2e05448c61e9889e8a.tar.gz
plus-949a27bfda6b3fa8e6a4ad2e05448c61e9889e8a.tar.bz2
plus-949a27bfda6b3fa8e6a4ad2e05448c61e9889e8a.tar.xz
plus-949a27bfda6b3fa8e6a4ad2e05448c61e9889e8a.zip
eathena: add partical support for SMSG_BEING_SPECIAL_EFFECT 0x01f3.
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 18c95be45..a7f01a026 100644
--- a/src/net/eathena/beinghandler.h
+++ b/src/net/eathena/beinghandler.h
@@ -87,6 +87,8 @@ class BeingHandler final : public MessageHandler, public Ea::BeingHandler
const int id,
const int id2) const;
+ void processBeingSpecialEffect(Net::MessageIn &msg) const;
+
static void setServerGender(Being *const being,
const uint8_t gender);