diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2015-03-11 06:03:49 +0100 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2015-03-11 06:03:49 +0100 |
commit | 36a60df606e35718fd5f1c8d48836c44719bb8e9 (patch) | |
tree | 74b4a853861a640814dab5392b955ea02d12532b /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | |
parent | 210c963d2851eb880ba3560998ee984d942cde19 (diff) | |
download | hercules-36a60df606e35718fd5f1c8d48836c44719bb8e9.tar.gz hercules-36a60df606e35718fd5f1c8d48836c44719bb8e9.tar.bz2 hercules-36a60df606e35718fd5f1c8d48836c44719bb8e9.tar.xz hercules-36a60df606e35718fd5f1c8d48836c44719bb8e9.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 c1c848b51..0b9804a1c 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc @@ -54,6 +54,7 @@ struct HookingPointData HookingPoints[] = { { HP_POP(battle->attr_ratio, HP_battle_attr_ratio) }, { HP_POP(battle->attr_fix, HP_battle_attr_fix) }, { HP_POP(battle->calc_cardfix, HP_battle_calc_cardfix) }, + { HP_POP(battle->calc_cardfix2, HP_battle_calc_cardfix2) }, { HP_POP(battle->calc_elefix, HP_battle_calc_elefix) }, { HP_POP(battle->calc_masteryfix, HP_battle_calc_masteryfix) }, { HP_POP(battle->calc_chorusbonus, HP_battle_calc_chorusbonus) }, |