From 3f5414baed89f0ca2d06a9f91d8f9993bb125a78 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 25 Sep 2018 23:05:23 +0300 Subject: Add packet CMSG_PLAYER_SET_TITLE 0x0a2e. --- src/net/tmwa/playerhandler.cpp | 4 ++++ src/net/tmwa/playerhandler.h | 2 ++ 2 files changed, 6 insertions(+) (limited to 'src/net/tmwa') diff --git a/src/net/tmwa/playerhandler.cpp b/src/net/tmwa/playerhandler.cpp index 362269ab9..834b75e1d 100644 --- a/src/net/tmwa/playerhandler.cpp +++ b/src/net/tmwa/playerhandler.cpp @@ -505,4 +505,8 @@ void PlayerHandler::selectStyle(const int headColor A_UNUSED, { } +void PlayerHandler::setTitle(const int titleId A_UNUSED) const +{ +} + } // namespace TmwAthena diff --git a/src/net/tmwa/playerhandler.h b/src/net/tmwa/playerhandler.h index 418843989..ca40660ec 100644 --- a/src/net/tmwa/playerhandler.h +++ b/src/net/tmwa/playerhandler.h @@ -94,6 +94,8 @@ class PlayerHandler final : public Ea::PlayerHandler const int64_t base, const int mod, const Notify notify) const override final; + + void setTitle(const int titleId) const override final; }; } // namespace TmwAthena -- cgit v1.2.3-60-g2f50