summaryrefslogtreecommitdiff
path: root/src/net/eathena
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena')
-rw-r--r--src/net/eathena/playerhandler.cpp5
-rw-r--r--src/net/eathena/playerhandler.h1
-rw-r--r--src/net/eathena/protocol.h1
3 files changed, 7 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
diff --git a/src/net/eathena/playerhandler.h b/src/net/eathena/playerhandler.h
index 315945ae7..b5cd40ad4 100644
--- a/src/net/eathena/playerhandler.h
+++ b/src/net/eathena/playerhandler.h
@@ -67,6 +67,7 @@ class PlayerHandler final : public MessageHandler, public Ea::PlayerHandler
void changeCart(const int type) const override final;
void setMemo() const override final;
void doriDori() const override final;
+ void explosionSpirits() const override final;
protected:
void processPlayerStatUpdate5(Net::MessageIn &msg);
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h
index d62a2a5d6..747ade200 100644
--- a/src/net/eathena/protocol.h
+++ b/src/net/eathena/protocol.h
@@ -358,6 +358,7 @@
#define CMSG_PET_SET_NAME 0x01a5
#define CMSG_DORI_DORI 0x01e7
+#define CMSG_EXPLOSION_SPIRITS 0x01ed
#define SMSG_SOLVE_CHAR_NAME 0x0194
#define SMSG_SKILL_CASTING 0x07fb