From f349460cedb54d3490e016a48036ced26cd8e998 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 14 Jun 2018 23:28:55 +0300 Subject: Add packet CMSG_PLAYER_SELECT_STYLE 0x0a46. --- src/net/tmwa/playerhandler.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/net/tmwa/playerhandler.cpp') diff --git a/src/net/tmwa/playerhandler.cpp b/src/net/tmwa/playerhandler.cpp index 0fd189f8e..71b2d55c6 100644 --- a/src/net/tmwa/playerhandler.cpp +++ b/src/net/tmwa/playerhandler.cpp @@ -494,4 +494,13 @@ void PlayerHandler::setStat(Net::MessageIn &msg, #undef setStatComplex +void PlayerHandler::selectStyle(const int headColor A_UNUSED, + const int headStyle A_UNUSED, + const int bodyColor A_UNUSED, + const int topStyle A_UNUSED, + const int middleStyle A_UNUSED, + const int bottomStyle A_UNUSED) const +{ +} + } // namespace TmwAthena -- cgit v1.2.3-60-g2f50