diff options
author | Hercules.ws <dev@herc.ws> | 2018-04-25 17:59:46 +0200 |
---|---|---|
committer | HerculesWSAPI <dev@herc.ws> | 2018-04-25 17:59:46 +0200 |
commit | ef7982e2a98faa65eb128e6fc8d931fb30e7ad41 (patch) | |
tree | c675af1e797d76d3cc1deb0fcdbbcc50157ba463 | |
parent | bb0e228bd29dd689ca76f64578de8759415a763b (diff) | |
download | hercules-ef7982e2a98faa65eb128e6fc8d931fb30e7ad41.tar.gz hercules-ef7982e2a98faa65eb128e6fc8d931fb30e7ad41.tar.bz2 hercules-ef7982e2a98faa65eb128e6fc8d931fb30e7ad41.tar.xz hercules-ef7982e2a98faa65eb128e6fc8d931fb30e7ad41.zip |
HPM Hooks Update
Signed-off-by: HerculesWSAPI <dev@herc.ws>
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking_map.Hooks.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.Hooks.inc b/src/plugins/HPMHooking/HPMHooking_map.Hooks.inc index e7eb005e2..0d07e26a2 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.Hooks.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.Hooks.inc @@ -26204,7 +26204,6 @@ bool HP_clif_attendance_timediff(struct map_session_data *sd) { return retVal___; } time_t HP_clif_attendance_getendtime(void) { -/* Unknown return type 'time_t'. Initializing to '0'. */ int hIndex = 0; time_t retVal___ = 0; if (HPMHooks.count.HP_clif_attendance_getendtime_pre > 0) { |