mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-26 20:02:25 +01:00
Core/Pets: Fixed typo added in c7306439e7. (#29128)
This commit is contained in:
@@ -2243,6 +2243,7 @@ void SpellMgr::LoadPetDefaultSpells()
|
||||
for (SpellInfo const& spellEntry : mSpellInfoMap)
|
||||
{
|
||||
if (spellEntry.Difficulty != DIFFICULTY_NONE)
|
||||
continue;
|
||||
|
||||
for (SpellEffectInfo const& spellEffectInfo : spellEntry.GetEffects())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user