fix(Scripts/Ulduar): Yogg-Saron hardcode & some adustments. (#15146)

This commit is contained in:
avarishd
2023-03-13 15:19:08 +02:00
committed by GitHub
parent 6a66b36a5d
commit 6270c6ab64
3 changed files with 193 additions and 219 deletions

View File

@@ -4471,6 +4471,12 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->AttributesEx2 |= SPELL_ATTR2_IGNORE_LINE_OF_SIGHT;
});
// Death Ray Warning Visual, Death Ray Damage Visual
ApplySpellFix({ 63882, 63886 }, [](SpellInfo* spellInfo)
{
spellInfo->AttributesEx5 |= SPELL_ATTR5_ALLOW_ACTION_DURING_CHANNEL;
});
for (uint32 i = 0; i < GetSpellInfoStoreSize(); ++i)
{
SpellInfo* spellInfo = mSpellInfoMap[i];