mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 21:57:01 +01:00
*Merge.
--HG-- branch : trunk
This commit is contained in:
@@ -1078,6 +1078,8 @@ void Aura::RefreshAura()
|
||||
|
||||
bool Aura::isAffectedOnSpell(SpellEntry const *spell) const
|
||||
{
|
||||
if (!spell)
|
||||
return false;
|
||||
// Check family name
|
||||
if (spell->SpellFamilyName != m_spellProto->SpellFamilyName)
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user