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/packetsout.inc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/net/eathena/packetsout.inc') diff --git a/src/net/eathena/packetsout.inc b/src/net/eathena/packetsout.inc index 59926bbdb..f2b54ddfd 100644 --- a/src/net/eathena/packetsout.inc +++ b/src/net/eathena/packetsout.inc @@ -1413,4 +1413,10 @@ if (packetVersionRe >= 20180704) packet(CMSG_PRIVATE_AIRSHIP_REQUEST, 0x0a49, 22, clif->pPrivateAirshipRequest); } +// 20180718 re +if (packetVersionRe >= 20180718) +{ + packet(CMSG_PLAYER_SELECT_STYLE, 0x0afc, 16, clif->pReqStyleChange); +} + #endif -- cgit v1.2.3-60-g2f50