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.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/net/tmwa/playerhandler.h') diff --git a/src/net/tmwa/playerhandler.h b/src/net/tmwa/playerhandler.h index fca26b2b8..b4bfabe02 100644 --- a/src/net/tmwa/playerhandler.h +++ b/src/net/tmwa/playerhandler.h @@ -80,6 +80,13 @@ class PlayerHandler final : public Ea::PlayerHandler void setViewEquipment(const bool allow) const override final; + void selectStyle(const int headColor, + const int headStyle, + const int bodyColor, + const int topStyle, + const int middleStyle, + const int bottomStyle) const override final; + void setStat(Net::MessageIn &msg, const int type, const int64_t base, -- cgit v1.2.3-60-g2f50