Core/Spells: Revert unintentional change from commit e99411e4 (was replaced due to mass replace)

This commit is contained in:
Shocker
2015-01-06 01:16:14 +02:00
parent ed3c2be54e
commit 02bdd542a1

View File

@@ -3711,7 +3711,7 @@ void SpellMgr::LoadPetFamilySpellsStore()
if (SpellMiscEntry const* spellMisc = sSpellMiscStore.LookupEntry(spellInfo->MiscID))
{
if (spellMisc->HasAttribute(SPELL_ATTR0_PASSIVE))
if (spellMisc->Attributes & SPELL_ATTR0_PASSIVE)
{
for (uint32 i = 1; i < sCreatureFamilyStore.GetNumRows(); ++i)
{