summaryrefslogtreecommitdiff
path: root/src/map/packets.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-03-29 22:17:06 +0300
committerAndrei Karas <akaras@inbox.ru>2019-04-07 22:38:35 +0300
commit0a5ee140c74989d5fb2cbc9a22150ff66bbcfb07 (patch)
tree642ca0bab8388ed480c4e78e9ced7d631f6c10fc /src/map/packets.h
parent83a26970a7e314872a360bac8d4c5408d5120c51 (diff)
downloadhercules-0a5ee140c74989d5fb2cbc9a22150ff66bbcfb07.tar.gz
hercules-0a5ee140c74989d5fb2cbc9a22150ff66bbcfb07.tar.bz2
hercules-0a5ee140c74989d5fb2cbc9a22150ff66bbcfb07.tar.xz
hercules-0a5ee140c74989d5fb2cbc9a22150ff66bbcfb07.zip
Add chat command /resetcooltime
Add packet CZ_COOLDOWN_RESET.
Diffstat (limited to 'src/map/packets.h')
-rw-r--r--src/map/packets.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/map/packets.h b/src/map/packets.h
index 279c19d93..bf80d96c7 100644
--- a/src/map/packets.h
+++ b/src/map/packets.h
@@ -1798,6 +1798,11 @@ packet(0x96e,clif->ackmergeitems);
packet(0x0a77,clif->pCameraInfo); // CZ_CAMERA_INFO
#endif
+// all 20160622+
+#if PACKETVER >= 20160622
+ packet(0x0a88,clif->pResetCooldown);
+#endif
+
// 2017-02-28aRagexeRE
#if PACKETVER >= 20170228
// new packets