fix(DB/Core/Misc): More adjustments to BWL (#11154)

This commit is contained in:
Nefertumm
2022-03-27 07:55:07 -03:00
committed by GitHub
parent 3a69d36a99
commit 540b5fcaa4
3 changed files with 15 additions and 2 deletions

View File

@@ -4168,6 +4168,11 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->AttributesEx2 |= SPELL_ATTR2_IGNORE_LINE_OF_SIGHT;
});
ApplySpellFix({ 22247 }, [](SpellInfo* spellInfo)
{
spellInfo->AttributesCu |= SPELL_ATTR0_CU_DONT_BREAK_STEALTH;
});
// Manastorm
ApplySpellFix({ 21097 }, [](SpellInfo* spellInfo)
{