From f0a0e1eff7be666ec963440de0a1fbcddf1d407e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 27 Jul 2018 20:51:14 +0300 Subject: Add packet CMSG_PLAYER_SELECT_STYLE 0x0afc. --- src/net/eathena/playerhandler.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/net/eathena/playerhandler.cpp') diff --git a/src/net/eathena/playerhandler.cpp b/src/net/eathena/playerhandler.cpp index 0380ec098..a70d130cf 100644 --- a/src/net/eathena/playerhandler.cpp +++ b/src/net/eathena/playerhandler.cpp @@ -46,6 +46,7 @@ #include "debug.h" extern int packetVersion; +extern int packetVersionRe; extern int serverVersion; namespace EAthena @@ -795,7 +796,8 @@ void PlayerHandler::selectStyle(const int headColor, const int bodyColor, const int topStyle, const int middleStyle, - const int bottomStyle) const + const int bottomStyle, + const int bodyStyle) const { if (packetVersion < 20151104) return; @@ -806,6 +808,8 @@ void PlayerHandler::selectStyle(const int headColor, outMsg.writeInt16(CAST_S16(topStyle), "top style"); outMsg.writeInt16(CAST_S16(middleStyle), "middle style"); outMsg.writeInt16(CAST_S16(bottomStyle), "bottom style"); + if (packetVersionRe >= 20180718) + outMsg.writeInt16(CAST_S16(bodyStyle), "body style"); } #undef setStatComplex -- cgit v1.2.3-60-g2f50