Calculates total bonus from all stats @param aType @param aName @return stat bonus to
(String aType, String aName)
| 3560 | * @return stat bonus to |
| 3561 | */ |
| 3562 | private double getStatBonusTo(String aType, String aName) |
| 3563 | { |
| 3564 | return statBonusFacet.getStatBonusTo(id, aType, aName); |
| 3565 | } |
| 3566 | |
| 3567 | /** |
| 3568 | * Parses through all templates to calculate total bonus |
no outgoing calls
no test coverage detected