summaryrefslogtreecommitdiff
path: root/src/net/eathena/beingrecv.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-04-07 00:44:58 +0300
committerAndrei Karas <akaras@inbox.ru>2018-04-07 01:54:33 +0300
commit8720859cf97b5b0865a17d6d96c17a3481a3c2ae (patch)
tree25865af2f9adc12c8f600373705adaf42f93b2ae /src/net/eathena/beingrecv.h
parent24b3f27775801e4ce45e4203f87994209dd54e7b (diff)
downloadplus-8720859cf97b5b0865a17d6d96c17a3481a3c2ae.tar.gz
plus-8720859cf97b5b0865a17d6d96c17a3481a3c2ae.tar.bz2
plus-8720859cf97b5b0865a17d6d96c17a3481a3c2ae.tar.xz
plus-8720859cf97b5b0865a17d6d96c17a3481a3c2ae.zip
Add packet SMSG_BEING_HAT_EFFECTS 0x0a3b.
Diffstat (limited to 'src/net/eathena/beingrecv.h')
-rw-r--r--src/net/eathena/beingrecv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/beingrecv.h b/src/net/eathena/beingrecv.h
index 2544284d8..cef6653c8 100644
--- a/src/net/eathena/beingrecv.h
+++ b/src/net/eathena/beingrecv.h
@@ -74,6 +74,7 @@ namespace EAthena
A_NONNULL(2);
void processBeingSpecialEffect(Net::MessageIn &msg);
void processBeingSpecialEffectNum(Net::MessageIn &msg);
+ void processBeingHatEffects(Net::MessageIn &msg);
void processBeingSoundEffect(Net::MessageIn &msg);
void processSkillGroundNoDamage(Net::MessageIn &msg);
void processSkillEntry(Net::MessageIn &msg);