From c6ae5185f29076ec4d31b37d84619a261a8a63c8 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 8 Apr 2019 20:52:53 +0300 Subject: Add packet CMSG_PLAYER_STYLE_CLOSE 0x0a48 --- 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 f70aac88f..ed165d044 100644 --- a/src/net/tmwa/playerhandler.cpp +++ b/src/net/tmwa/playerhandler.cpp @@ -510,4 +510,8 @@ void PlayerHandler::setTitle(const int titleId A_UNUSED) const { } +void PlayerHandler::closeStyleWindow() const +{ +} + } // namespace TmwAthena diff --git a/src/net/tmwa/playerhandler.h b/src/net/tmwa/playerhandler.h index e5d1ff2df..d9edaa2bd 100644 --- a/src/net/tmwa/playerhandler.h +++ b/src/net/tmwa/playerhandler.h @@ -96,6 +96,8 @@ class PlayerHandler final : public Ea::PlayerHandler const Notify notify) const override final; void setTitle(const int titleId) const override final; + + void closeStyleWindow() const override final; }; } // namespace TmwAthena -- cgit v1.2.3-70-g09d2