diff options
author | Haru <haru@dotalux.com> | 2018-04-02 22:40:08 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2018-04-02 22:40:08 +0200 |
commit | 2bc4b4f09d00a92b28805eeeb5b5624064983255 (patch) | |
tree | 18319ca80417ce7acabe8e2c86eec5749b66d6f1 /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | |
parent | 5d97abba7ee7c076eb18780e6779a45b8d006412 (diff) | |
download | hercules-2bc4b4f09d00a92b28805eeeb5b5624064983255.tar.gz hercules-2bc4b4f09d00a92b28805eeeb5b5624064983255.tar.bz2 hercules-2bc4b4f09d00a92b28805eeeb5b5624064983255.tar.xz hercules-2bc4b4f09d00a92b28805eeeb5b5624064983255.zip |
HPM Hooks Update
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | 2 |
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 5551668d2..87fcd82c8 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc @@ -2589,7 +2589,7 @@ struct HookingPointData HookingPoints[] = { { HP_POP(script->buildin_mobuseskill_sub, HP_script_buildin_mobuseskill_sub) }, { HP_POP(script->cleanfloor_sub, HP_script_cleanfloor_sub) }, { HP_POP(script->run_func, HP_script_run_func) }, - { HP_POP(script->sprintf, HP_script_sprintf) }, + { HP_POP(script->sprintf_helper, HP_script_sprintf_helper) }, { HP_POP(script->getfuncname, HP_script_getfuncname) }, { HP_POP(script->calc_hash_ci, HP_script_calc_hash_ci) }, { HP_POP(script->array_src, HP_script_array_src) }, |