mirror of
https://github.com/mangosfour/server.git
synced 2025-12-23 16:37:03 +00:00
[12184] Implement mastery scaling
Signed-off-by: Yaki Khadafi <elsoldollo@gmail.com>
This commit is contained in:
parent
66c52c748b
commit
b9772a9355
5 changed files with 70 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue