mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Misc: Reduce code differences between branches
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user