Logic adjustment.

This commit is contained in:
heyitsbench
2024-06-16 00:09:57 -04:00
parent 9cd320ff6b
commit ee09ee55df

View File

@@ -1131,6 +1131,9 @@ class spell_pal_seal_of_vengeance : public SpellScript
if (aura)
stacks = aura->GetStackAmount();
if (stacks && stacks < 5)
stacks++;
damage = ((damage * stacks) / 5);
SetHitDamage(damage);