fix(Scripts/ShatteredHalls): Rework Nethekurse (#16265)

This commit is contained in:
Skjalf
2023-05-21 18:11:31 -03:00
committed by GitHub
parent 0637170c30
commit 6a73c38eb6
4 changed files with 169 additions and 250 deletions

View File

@@ -4528,6 +4528,12 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->Effects[EFFECT_0].MiscValue = 224;
});
// Target Fissures
ApplySpellFix({ 30745 }, [](SpellInfo* spellInfo)
{
spellInfo->MaxAffectedTargets = 1;
});
for (uint32 i = 0; i < GetSpellInfoStoreSize(); ++i)
{
SpellInfo* spellInfo = mSpellInfoMap[i];