summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
diff options
context:
space:
mode:
authorHercules.ws <Hercules@efficiently.awesome>2015-09-17 15:25:44 +0200
committerHerculesWSAPI <Hercules@efficiently.awesome>2015-09-17 15:25:44 +0200
commit34e2e48e648f2ddfbc3322e805aad903047e1da1 (patch)
tree3a75717cfd09f1d9a6d235d440d0986764b2a57c /src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
parent45e9625f0f6756fd2e22d51f68f3aab238d0139f (diff)
downloadhercules-34e2e48e648f2ddfbc3322e805aad903047e1da1.tar.gz
hercules-34e2e48e648f2ddfbc3322e805aad903047e1da1.tar.bz2
hercules-34e2e48e648f2ddfbc3322e805aad903047e1da1.tar.xz
hercules-34e2e48e648f2ddfbc3322e805aad903047e1da1.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.inc4
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 0a36d76fe..408d7d0cd 100644
--- a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
+++ b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
@@ -4237,6 +4237,8 @@ struct {
struct HPMHookPoint *HP_pc_autotrade_prepare_post;
struct HPMHookPoint *HP_pc_autotrade_populate_pre;
struct HPMHookPoint *HP_pc_autotrade_populate_post;
+ struct HPMHookPoint *HP_pc_autotrade_final_pre;
+ struct HPMHookPoint *HP_pc_autotrade_final_post;
struct HPMHookPoint *HP_pc_check_job_name_pre;
struct HPMHookPoint *HP_pc_check_job_name_post;
struct HPMHookPoint *HP_pet_init_pre;
@@ -9958,6 +9960,8 @@ struct {
int HP_pc_autotrade_prepare_post;
int HP_pc_autotrade_populate_pre;
int HP_pc_autotrade_populate_post;
+ int HP_pc_autotrade_final_pre;
+ int HP_pc_autotrade_final_post;
int HP_pc_check_job_name_pre;
int HP_pc_check_job_name_post;
int HP_pet_init_pre;