summaryrefslogtreecommitdiff
path: root/src/net/tmwa/playerhandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-06-14 23:28:55 +0300
committerAndrei Karas <akaras@inbox.ru>2018-06-14 23:28:55 +0300
commitf349460cedb54d3490e016a48036ced26cd8e998 (patch)
treee93d9bae4296dc021c93a620da9d8dc652fdd64f /src/net/tmwa/playerhandler.cpp
parent7b7771f90573b462b16ccb467500f4d7d533b6a9 (diff)
downloadManaVerse-f349460cedb54d3490e016a48036ced26cd8e998.tar.gz
ManaVerse-f349460cedb54d3490e016a48036ced26cd8e998.tar.bz2
ManaVerse-f349460cedb54d3490e016a48036ced26cd8e998.tar.xz
ManaVerse-f349460cedb54d3490e016a48036ced26cd8e998.zip
Add packet CMSG_PLAYER_SELECT_STYLE 0x0a46.
Diffstat (limited to 'src/net/tmwa/playerhandler.cpp')
-rw-r--r--src/net/tmwa/playerhandler.cpp9
1 files changed, 9 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