fix(Scripts/BlackwingLair): Razorgore The Untamed misc improvements (#10205)

- Closes #10151
This commit is contained in:
UltraNix
2022-02-12 13:22:47 +01:00
committed by GitHub
parent 5febb28b4c
commit 61125a1ba1
5 changed files with 92 additions and 38 deletions

View File

@@ -4178,6 +4178,12 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->Mechanic = 0;
});
// Calm Dragonkin
ApplySpellFix({ 19872 }, [](SpellInfo* spellInfo)
{
spellInfo->AttributesEx |= SPELL_ATTR1_EXCLUDE_CASTER;
});
for (uint32 i = 0; i < GetSpellInfoStoreSize(); ++i)
{
SpellInfo* spellInfo = mSpellInfoMap[i];