summaryrefslogtreecommitdiff
path: root/src/net/tmwa
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/tmwa
parente0988e8f2cf1f43207310e2a8c050f7e95fe970f (diff)
downloadManaVerse-247418a3ec0b50479c7bac80322202b01527ae61.tar.gz
ManaVerse-247418a3ec0b50479c7bac80322202b01527ae61.tar.bz2
ManaVerse-247418a3ec0b50479c7bac80322202b01527ae61.tar.xz
ManaVerse-247418a3ec0b50479c7bac80322202b01527ae61.zip
eathena: add packet CMSG_EXPLOSION_SPIRITS 0x01ed.
Diffstat (limited to 'src/net/tmwa')
-rw-r--r--src/net/tmwa/playerhandler.cpp4
-rw-r--r--src/net/tmwa/playerhandler.h2
2 files changed, 6 insertions, 0 deletions
diff --git a/src/net/tmwa/playerhandler.cpp b/src/net/tmwa/playerhandler.cpp
index 5817de18b..d8c7bf356 100644
--- a/src/net/tmwa/playerhandler.cpp
+++ b/src/net/tmwa/playerhandler.cpp
@@ -456,4 +456,8 @@ void PlayerHandler::doriDori() const
{
}
+void PlayerHandler::explosionSpirits() const
+{
+}
+
} // namespace TmwAthena
diff --git a/src/net/tmwa/playerhandler.h b/src/net/tmwa/playerhandler.h
index 1eecb632f..b24266836 100644
--- a/src/net/tmwa/playerhandler.h
+++ b/src/net/tmwa/playerhandler.h
@@ -73,6 +73,8 @@ class PlayerHandler final : public MessageHandler, public Ea::PlayerHandler
void doriDori() const override final;
+ void explosionSpirits() const override final;
+
protected:
void processPlayerStatUpdate5(Net::MessageIn &msg);