Core/Misc: Reduce code differences between branches

This commit is contained in:
Shauren
2025-02-02 23:59:23 +01:00
parent 96940488c9
commit 69b647a24c
4 changed files with 12 additions and 14 deletions

View File

@@ -465,7 +465,7 @@ bool SpellEffectInfo::IsAura() const
bool SpellEffectInfo::IsAura(AuraType aura) const
{
return IsAura() && ApplyAuraName == uint32(aura);
return IsAura() && ApplyAuraName == aura;
}
bool SpellEffectInfo::IsTargetingArea() const