summaryrefslogtreecommitdiff
path: root/src/net/eathena/playerhandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-11 23:32:35 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-11 23:32:35 +0300
commit247418a3ec0b50479c7bac80322202b01527ae61 (patch)
tree57e68f3dcaccc982079686a6d17b0eaf5923f9fa /src/net/eathena/playerhandler.cpp
parente0988e8f2cf1f43207310e2a8c050f7e95fe970f (diff)
downloadmv-247418a3ec0b50479c7bac80322202b01527ae61.tar.gz
mv-247418a3ec0b50479c7bac80322202b01527ae61.tar.bz2
mv-247418a3ec0b50479c7bac80322202b01527ae61.tar.xz
mv-247418a3ec0b50479c7bac80322202b01527ae61.zip
eathena: add packet CMSG_EXPLOSION_SPIRITS 0x01ed.
Diffstat (limited to 'src/net/eathena/playerhandler.cpp')
-rw-r--r--src/net/eathena/playerhandler.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/eathena/playerhandler.cpp b/src/net/eathena/playerhandler.cpp
index 014a0ca65..29aacdd47 100644
--- a/src/net/eathena/playerhandler.cpp
+++ b/src/net/eathena/playerhandler.cpp
@@ -389,4 +389,9 @@ void PlayerHandler::doriDori() const
MessageOut outMsg(CMSG_DORI_DORI);
}
+void PlayerHandler::explosionSpirits() const
+{
+ MessageOut outMsg(CMSG_EXPLOSION_SPIRITS);
+}
+
} // namespace EAthena