[12184] Implement mastery scaling

Signed-off-by: Yaki Khadafi <elsoldollo@gmail.com>
This commit is contained in:
Yaki Khadafi 2012-09-05 18:02:46 +03:00 committed by Antz
parent 66c52c748b
commit b9772a9355
5 changed files with 70 additions and 2 deletions

View file

@ -5382,6 +5382,9 @@ void Player::UpdateRating(CombatRating cr)
if (affectStats)
UpdateArmorPenetration();
break;
case CR_MASTERY:
UpdateMasteryAuras();
break;
// deprecated
case CR_HIT_TAKEN_MELEE:
case CR_HIT_TAKEN_RANGED: