summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2014-02-26 15:34:46 -0300
committershennetsind <ind@henn.et>2014-02-26 15:34:46 -0300
commita68b55c926eadc5f0cb7edcaf23bae5d2e0f282d (patch)
treed4b53f9279737a081488ca4d48661aeb2ee3a3bb /src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
parent37953d04a35040206961bbad582209a35328fed7 (diff)
parent976ea7e810081ed4c2da23f1b340466576f1adf1 (diff)
downloadhercules-a68b55c926eadc5f0cb7edcaf23bae5d2e0f282d.tar.gz
hercules-a68b55c926eadc5f0cb7edcaf23bae5d2e0f282d.tar.bz2
hercules-a68b55c926eadc5f0cb7edcaf23bae5d2e0f282d.tar.xz
hercules-a68b55c926eadc5f0cb7edcaf23bae5d2e0f282d.zip
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
index 5bc9f7da0..a4dc79e3a 100644
--- a/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
+++ b/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
@@ -4271,6 +4271,10 @@ struct {
struct HPMHookPoint *HP_script_generic_ui_array_expand_post;
struct HPMHookPoint *HP_script_array_cpy_list_pre;
struct HPMHookPoint *HP_script_array_cpy_list_post;
+ struct HPMHookPoint *HP_script_hardcoded_constants_pre;
+ struct HPMHookPoint *HP_script_hardcoded_constants_post;
+ struct HPMHookPoint *HP_script_mapindexname2id_pre;
+ struct HPMHookPoint *HP_script_mapindexname2id_post;
struct HPMHookPoint *HP_searchstore_open_pre;
struct HPMHookPoint *HP_searchstore_open_post;
struct HPMHookPoint *HP_searchstore_query_pre;
@@ -9296,6 +9300,10 @@ struct {
int HP_script_generic_ui_array_expand_post;
int HP_script_array_cpy_list_pre;
int HP_script_array_cpy_list_post;
+ int HP_script_hardcoded_constants_pre;
+ int HP_script_hardcoded_constants_post;
+ int HP_script_mapindexname2id_pre;
+ int HP_script_mapindexname2id_post;
int HP_searchstore_open_pre;
int HP_searchstore_open_post;
int HP_searchstore_query_pre;