summaryrefslogtreecommitdiff
path: root/src/map/clif.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/clif.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/clif.h')
-rw-r--r--src/map/clif.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h
index a9413465b..241214e8b 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -1585,6 +1585,7 @@ struct clif_interface {
void (*ping) (struct map_session_data *sd);
int (*pingTimer) (int tid, int64 tick, int id, intptr_t data);
int (*pingTimerSub) (struct map_session_data *sd, va_list ap);
+ void (*pResetCooldown) (int fd, struct map_session_data *sd);
};
#ifdef HERCULES_CORE