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 fa3f9a874..5817de18b 100644
--- a/src/net/tmwa/playerhandler.cpp
+++ b/src/net/tmwa/playerhandler.cpp
@@ -452,4 +452,8 @@ void PlayerHandler::setShortcut(const int idx A_UNUSED,
{
}
+void PlayerHandler::doriDori() const
+{
+}
+
} // namespace TmwAthena
diff --git a/src/net/tmwa/playerhandler.h b/src/net/tmwa/playerhandler.h
index dbda29c57..1eecb632f 100644
--- a/src/net/tmwa/playerhandler.h
+++ b/src/net/tmwa/playerhandler.h
@@ -71,6 +71,8 @@ class PlayerHandler final : public MessageHandler, public Ea::PlayerHandler
void setMemo() const override final;
+ void doriDori() const override final;
+
protected:
void processPlayerStatUpdate5(Net::MessageIn &msg);