summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2020-02-09 16:40:33 +0100
committerHaru <haru@dotalux.com>2020-02-09 16:40:33 +0100
commitf58e97c04ebf0377c4cb599a24e59f3cf25ae610 (patch)
treea0d41c65621c8cc38fd38fd0b2e68e74b203beea /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
parent0f15d957cc0bb17415f85d26d2198ed248494e2f (diff)
downloadhercules-f58e97c04ebf0377c4cb599a24e59f3cf25ae610.tar.gz
hercules-f58e97c04ebf0377c4cb599a24e59f3cf25ae610.tar.bz2
hercules-f58e97c04ebf0377c4cb599a24e59f3cf25ae610.tar.xz
hercules-f58e97c04ebf0377c4cb599a24e59f3cf25ae610.zip
HPM Hooks Update
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
index b8d5f3482..bf5b517f5 100644
--- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
+++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
@@ -1241,7 +1241,7 @@ struct HookingPointData HookingPoints[] = {
{ HP_POP(duel->reject, HP_duel_reject) },
{ HP_POP(duel->leave, HP_duel_leave) },
{ HP_POP(duel->showinfo, HP_duel_showinfo) },
- { HP_POP(duel->checktime, HP_duel_checktime) },
+ { HP_POP(duel->difftime, HP_duel_difftime) },
{ HP_POP(duel->init, HP_duel_init) },
{ HP_POP(duel->final, HP_duel_final) },
/* elemental_interface */