mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 05:43:12 +01:00
Core/Spells: Revert unintentional change from commit e99411e4 (was replaced due to mass replace)
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user