Core/Pets: Fixed typo added in c7306439e7. (#29128)

This commit is contained in:
DeadMouse
2023-07-08 13:34:23 +03:00
committed by GitHub
parent da325f4322
commit 280a54603f

View File

@@ -2243,6 +2243,7 @@ void SpellMgr::LoadPetDefaultSpells()
for (SpellInfo const& spellEntry : mSpellInfoMap)
{
if (spellEntry.Difficulty != DIFFICULTY_NONE)
continue;
for (SpellEffectInfo const& spellEffectInfo : spellEntry.GetEffects())
{