From c823c623827435e42e5cec0fbd2f494999ba4a85 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 15 Jun 2018 00:31:47 +0300 Subject: Add packet CMSG_PLAYER_SELECT_STYLE_ACK 0x0a47. --- src/net/eathena/packetsin.inc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/net/eathena/packetsin.inc') diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc index 86a484864..83d30570a 100644 --- a/src/net/eathena/packetsin.inc +++ b/src/net/eathena/packetsin.inc @@ -939,6 +939,12 @@ if (packetVersion >= 20150805) packet(SMSG_SELECT_CART, 0x097f, -1, &InventoryRecv::processSelectCart, 20150805); } +// 20151104 +if (packetVersion >= 20151104) +{ + packet(CMSG_PLAYER_SELECT_STYLE_ACK, 0x0a47, 3, &PlayerRecv::processSelectStyleAck, 20151104); +} + // 20151223 if (packetVersion >= 20151223) { -- cgit v1.2.3-70-g09d2