diff options
Diffstat (limited to 'src/net/eathena/playerhandler.h')
-rw-r--r-- | src/net/eathena/playerhandler.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/net/eathena/playerhandler.h b/src/net/eathena/playerhandler.h index 6df0aa5f2..c98b7f885 100644 --- a/src/net/eathena/playerhandler.h +++ b/src/net/eathena/playerhandler.h @@ -69,6 +69,12 @@ class PlayerHandler final : public Ea::PlayerHandler void requestPvpInfo() const override final; void revive() const override final; 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, |