--HG--
branch : trunk
This commit is contained in:
megamage
2009-02-05 15:09:54 -06:00

View File

@@ -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;