diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2015-08-09 14:39:15 +0200 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2015-08-09 14:39:15 +0200 |
commit | f4e42c64b8f72cc6bc4ce6502e2bdd370824a811 (patch) | |
tree | fecc083c5fba41064b36ae282a1bbf57b8fab823 /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | |
parent | 4ecce8c5c00c835c8ebeeb6bc5a51dbf7ed25817 (diff) | |
download | hercules-f4e42c64b8f72cc6bc4ce6502e2bdd370824a811.tar.gz hercules-f4e42c64b8f72cc6bc4ce6502e2bdd370824a811.tar.bz2 hercules-f4e42c64b8f72cc6bc4ce6502e2bdd370824a811.tar.xz hercules-f4e42c64b8f72cc6bc4ce6502e2bdd370824a811.zip |
HPM Hooks Update
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
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 4e23425ec..33e6cd053 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc @@ -2508,6 +2508,7 @@ struct HookingPointData HookingPoints[] = { { HP_POP(status->calc_mob_, HP_status_calc_mob_) }, { HP_POP(status->calc_pet_, HP_status_calc_pet_) }, { HP_POP(status->calc_pc_, HP_status_calc_pc_) }, + { HP_POP(status->calc_pc_additional, HP_status_calc_pc_additional) }, { HP_POP(status->calc_homunculus_, HP_status_calc_homunculus_) }, { HP_POP(status->calc_mercenary_, HP_status_calc_mercenary_) }, { HP_POP(status->calc_elemental_, HP_status_calc_elemental_) }, |