mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-29 16:43:47 +00:00
fix(Scripts/Quest): improve Catch the Wild Wolpertinger! (#17333)
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user