diff options
author | Haru <haru@dotalux.com> | 2020-05-27 12:40:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-27 12:40:47 +0200 |
commit | fcffb676132949852adfef2fd3f814485f964709 (patch) | |
tree | b00e7b948150ab9c500e9d61b9a11cdd0fe26ad0 /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | |
parent | 3d9317d3a0bb200b9262be8fb882f33b40bfbd2e (diff) | |
parent | 6aed6b4f7c669c3760c5ebd32b40fbb7da1d5715 (diff) | |
download | hercules-fcffb676132949852adfef2fd3f814485f964709.tar.gz hercules-fcffb676132949852adfef2fd3f814485f964709.tar.bz2 hercules-fcffb676132949852adfef2fd3f814485f964709.tar.xz hercules-fcffb676132949852adfef2fd3f814485f964709.zip |
Merge pull request #2142 from Helianthella/export2
allow local NPC functions to be public or private
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | 1 |
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 6b89841ad..4a36c5a1e 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc @@ -2793,6 +2793,7 @@ struct HookingPointData HookingPoints[] = { { HP_POP(script->parse_syntax_close, HP_script_parse_syntax_close) }, { HP_POP(script->parse_syntax_close_sub, HP_script_parse_syntax_close_sub) }, { HP_POP(script->parse_syntax, HP_script_parse_syntax) }, + { HP_POP(script->parse_syntax_function, HP_script_parse_syntax_function) }, { HP_POP(script->get_com, HP_script_get_com) }, { HP_POP(script->get_num, HP_script_get_num) }, { HP_POP(script->op2name, HP_script_op2name) }, |