summaryrefslogtreecommitdiff
path: root/src/net/tmwa
diff options
context:
space:
mode:
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 a6517c1ea..3fdf081ff 100644
--- a/src/net/tmwa/playerhandler.cpp
+++ b/src/net/tmwa/playerhandler.cpp
@@ -464,4 +464,8 @@ void PlayerHandler::requestPvpInfo() const
{
}
+void PlayerHandler::revive() const
+{
+}
+
} // namespace TmwAthena
diff --git a/src/net/tmwa/playerhandler.h b/src/net/tmwa/playerhandler.h
index 7a0c5cb54..213d8596d 100644
--- a/src/net/tmwa/playerhandler.h
+++ b/src/net/tmwa/playerhandler.h
@@ -77,6 +77,8 @@ class PlayerHandler final : public MessageHandler, public Ea::PlayerHandler
void requestPvpInfo() const override final;
+ void revive() const override final;
+
protected:
void processPlayerStatUpdate5(Net::MessageIn &msg);