summaryrefslogtreecommitdiff
path: root/src/net/eathena/beinghandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-11 17:05:51 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-11 17:05:51 +0300
commit414d1437641e999c95240b61c9c4af98d4fc4c17 (patch)
tree70d6799c1fb106bb7cc8755a41704d51f238ddd7 /src/net/eathena/beinghandler.h
parent1438f4a6e9e5498d2fce8e8aae9bf30e6e6a4a5c (diff)
downloadplus-414d1437641e999c95240b61c9c4af98d4fc4c17.tar.gz
plus-414d1437641e999c95240b61c9c4af98d4fc4c17.tar.bz2
plus-414d1437641e999c95240b61c9c4af98d4fc4c17.tar.xz
plus-414d1437641e999c95240b61c9c4af98d4fc4c17.zip
eathena: add partial support for packet CMSG_SPIRIT_BALLS 0x01d0.
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 b0743a2f7..b0abda649 100644
--- a/src/net/eathena/beinghandler.h
+++ b/src/net/eathena/beinghandler.h
@@ -126,6 +126,8 @@ class BeingHandler final : public MessageHandler, public Ea::BeingHandler
static void processMonsterInfo(Net::MessageIn &msg);
static void processClassChange(Net::MessageIn &msg);
+
+ static void processSpiritBalls(Net::MessageIn &msg);
};
} // namespace EAthena