summaryrefslogtreecommitdiff
path: root/src/net/tmwa
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa')
-rw-r--r--src/net/tmwa/playerhandler.cpp9
-rw-r--r--src/net/tmwa/playerhandler.h7
2 files changed, 16 insertions, 0 deletions
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
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,