diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2015-01-24 00:54:46 +0100 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2015-01-24 00:54:46 +0100 |
commit | df8d6560fc7eb34806d27d28b8b7dbce36868c24 (patch) | |
tree | 5fcdd64dd990255f8891cbde09ce05681a7212d3 /src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc | |
parent | 1ae4a7184bee7897a318adca6f0941c9c697b78a (diff) | |
download | hercules-df8d6560fc7eb34806d27d28b8b7dbce36868c24.tar.gz hercules-df8d6560fc7eb34806d27d28b8b7dbce36868c24.tar.bz2 hercules-df8d6560fc7eb34806d27d28b8b7dbce36868c24.tar.xz hercules-df8d6560fc7eb34806d27d28b8b7dbce36868c24.zip |
HPM Hooks Update
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc index 0433cc54c..053c884d4 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc @@ -4061,6 +4061,8 @@ struct { struct HPMHookPoint *HP_quest_clear_post; struct HPMHookPoint *HP_quest_read_db_pre; struct HPMHookPoint *HP_quest_read_db_post; + struct HPMHookPoint *HP_quest_read_db_sub_pre; + struct HPMHookPoint *HP_quest_read_db_sub_post; struct HPMHookPoint *HP_script_init_pre; struct HPMHookPoint *HP_script_init_post; struct HPMHookPoint *HP_script_final_pre; @@ -9216,6 +9218,8 @@ struct { int HP_quest_clear_post; int HP_quest_read_db_pre; int HP_quest_read_db_post; + int HP_quest_read_db_sub_pre; + int HP_quest_read_db_sub_post; int HP_script_init_pre; int HP_script_init_post; int HP_script_final_pre; |