summaryrefslogtreecommitdiff
path: root/src/net/eathena/beinghandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-08 00:08:10 +0300
committerAndrei Karas <akaras@inbox.ru>2014-10-08 00:08:10 +0300
commit21029a5465e42e3820175e474c6860b6349d7c5c (patch)
tree9a1317dffdb0736b9f2982ab87d72757881a5042 /src/net/eathena/beinghandler.h
parentd91a8fd5d574454265c9a6088f7aa089d7905ba0 (diff)
downloadplus-21029a5465e42e3820175e474c6860b6349d7c5c.tar.gz
plus-21029a5465e42e3820175e474c6860b6349d7c5c.tar.bz2
plus-21029a5465e42e3820175e474c6860b6349d7c5c.tar.xz
plus-21029a5465e42e3820175e474c6860b6349d7c5c.zip
eathena: add partial support for packet SMSG_BEING_SOUND_EFFECT 0x01d3.
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 065614ecf..881b426d7 100644
--- a/src/net/eathena/beinghandler.h
+++ b/src/net/eathena/beinghandler.h
@@ -96,6 +96,8 @@ class BeingHandler final : public MessageHandler, public Ea::BeingHandler
void processBeingSpecialEffect(Net::MessageIn &msg) const;
+ void processBeingSoundEffect(Net::MessageIn &msg) const;
+
static void setServerGender(Being *const being,
const uint8_t gender);