From c6ae5185f29076ec4d31b37d84619a261a8a63c8 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 8 Apr 2019 20:52:53 +0300 Subject: Add packet CMSG_PLAYER_STYLE_CLOSE 0x0a48 --- src/net/eathena/packetsout.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/net/eathena/packetsout.inc') diff --git a/src/net/eathena/packetsout.inc b/src/net/eathena/packetsout.inc index 6b45709ef..6cc8117ad 100644 --- a/src/net/eathena/packetsout.inc +++ b/src/net/eathena/packetsout.inc @@ -355,6 +355,7 @@ packet(CMSG_NPC_BARTER_CLOSE, 0x0000, 0, nullptr); packet(CMSG_CAMERA_INFO, 0x0000, 0, nullptr); packet(CMSG_NPC_BARTER_BUY, 0x0000, 0, nullptr); packet(CMSG_CLIENT_VERSION, 0x0000, 0, nullptr); +packet(CMSG_PLAYER_STYLE_CLOSE, 0x0000, 0, nullptr); #else // 20040713 if (packetVersion >= 20040713) @@ -1372,6 +1373,7 @@ if (packetVersion >= 20151001) if (packetVersion >= 20151104) { packet(CMSG_PLAYER_SELECT_STYLE, 0x0a46, 14, clif->pReqStyleChange); + packet(CMSG_PLAYER_STYLE_CLOSE, 0x0a48, 2, clif->pStyleClose); } // 20160323 -- cgit v1.2.3-70-g09d2