From 8d39da846fb212f33a6233f30941141407f52425 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 8 Apr 2019 21:34:05 +0300 Subject: Add packet CMSG_ADMIN_RESET_COOLDOWNS 0x0a88 --- src/net/eathena/packetsout.inc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/net/eathena/packetsout.inc') diff --git a/src/net/eathena/packetsout.inc b/src/net/eathena/packetsout.inc index ae03a13e2..7c1a19e3a 100644 --- a/src/net/eathena/packetsout.inc +++ b/src/net/eathena/packetsout.inc @@ -357,6 +357,7 @@ packet(CMSG_NPC_BARTER_BUY, 0x0000, 0, nullptr); packet(CMSG_CLIENT_VERSION, 0x0000, 0, nullptr); packet(CMSG_PLAYER_STYLE_CLOSE, 0x0000, 0, nullptr); packet(CMSG_MAP_PING2, 0x0000, 0, nullptr); +packet(CMSG_ADMIN_RESET_COOLDOWNS, 0x0000, 0, nullptr); #else // 20040713 if (packetVersion >= 20040713) @@ -1602,4 +1603,10 @@ if (packetVersionMain >= 20190227) packet(CMSG_MAP_PING2, 0x0b1c, 2, clif->pPing); } +// 20160622 +if (packetVersion >= 20160622) +{ + packet(CMSG_ADMIN_RESET_COOLDOWNS, 0x0a88, 2, clif->pResetCooldown); +} + #endif -- cgit v1.2.3-70-g09d2