summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2018-02-15 13:14:49 -0500
committergumi <git@gumi.ca>2018-02-15 14:01:15 -0500
commitfdaa7d2568d03cd6bb7507e5cedbf597f847f178 (patch)
treefe84cd81e231f10d8b339b2b1cfac66f1bd8bad3 /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
parent59f02f1d406a1238f90d072949ac07279a90e9ea (diff)
downloadhercules-fdaa7d2568d03cd6bb7507e5cedbf597f847f178.tar.gz
hercules-fdaa7d2568d03cd6bb7507e5cedbf597f847f178.tar.bz2
hercules-fdaa7d2568d03cd6bb7507e5cedbf597f847f178.tar.xz
hercules-fdaa7d2568d03cd6bb7507e5cedbf597f847f178.zip
expose script_sprintf to plugins
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
index f023731aa..a0d8e452a 100644
--- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
+++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
@@ -2589,6 +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->getfuncname, HP_script_getfuncname) },
{ HP_POP(script->calc_hash_ci, HP_script_calc_hash_ci) },
{ HP_POP(script->array_src, HP_script_array_src) },