fix(Scripts/Quest): improve Catch the Wild Wolpertinger! (#17333)

This commit is contained in:
Grimgravy
2023-09-24 16:23:58 -03:00
committed by GitHub
parent e361c92d66
commit 6990a1d2a4
3 changed files with 25 additions and 27 deletions

View File

@@ -3922,12 +3922,6 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->ExcludeCasterAuraSpell = 42299;
});
// Catch the Wild Wolpertinger!
ApplySpellFix({ 41621 }, [](SpellInfo* spellInfo)
{
spellInfo->Effects[EFFECT_0].Effect = SPELL_EFFECT_DUMMY;
});
// Brewfest quests
ApplySpellFix({ 47134, 51798 }, [](SpellInfo* spellInfo)
{