diff options
Diffstat (limited to 'src/net/tmwa')
-rw-r--r-- | src/net/tmwa/playerhandler.cpp | 4 | ||||
-rw-r--r-- | src/net/tmwa/playerhandler.h | 2 |
2 files changed, 6 insertions, 0 deletions
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 |