Fix build

This commit is contained in:
Hondacrx
2025-12-08 14:23:56 -05:00
parent 97e2643eae
commit 17759869bb
3 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -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;