diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2016-06-24 22:40:23 +0200 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2016-06-24 22:40:23 +0200 |
commit | 4625d66090a0954cb7904bddc96bd537b5ecee0a (patch) | |
tree | 9553033caa164ae053364e8d8a0512487a7f329b /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | |
parent | 7d2e109ba82ace541ceefa4c5b1c0b6804d0cfda (diff) | |
download | hercules-4625d66090a0954cb7904bddc96bd537b5ecee0a.tar.gz hercules-4625d66090a0954cb7904bddc96bd537b5ecee0a.tar.bz2 hercules-4625d66090a0954cb7904bddc96bd537b5ecee0a.tar.xz hercules-4625d66090a0954cb7904bddc96bd537b5ecee0a.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 3b45377c5..77ee32f2f 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc @@ -72,6 +72,7 @@ struct HookingPointData HookingPoints[] = { { HP_POP(battle->calc_gvg_damage, HP_battle_calc_gvg_damage) }, { HP_POP(battle->calc_bg_damage, HP_battle_calc_bg_damage) }, { HP_POP(battle->weapon_attack, HP_battle_weapon_attack) }, + { HP_POP(battle->check_arrows, HP_battle_check_arrows) }, { HP_POP(battle->calc_weapon_attack, HP_battle_calc_weapon_attack) }, { HP_POP(battle->delay_damage, HP_battle_delay_damage) }, { HP_POP(battle->drain, HP_battle_drain) }, |