Fix build
This commit is contained in:
@@ -3089,7 +3089,7 @@ namespace Game.Spells
|
||||
ppm *= 1.0f + mod.Coeff;
|
||||
break;
|
||||
}
|
||||
case SpellProcsPerMinuteModType.Battleground:
|
||||
case SpellProcsPerMinuteModType.Aura:
|
||||
{
|
||||
if (caster.HasAura(mod.Param))
|
||||
ppm *= 1.0f + mod.Coeff;
|
||||
|
||||
Reference in New Issue
Block a user