fix(Scripts/TempleOfAhnQiraj): Change spawn mode for Spawn of Fankriss (#13408)

This commit is contained in:
Angelo Venturini
2022-10-14 16:28:03 -03:00
committed by GitHub
parent b3e20ea7ef
commit 96ff759953

View File

@@ -4415,6 +4415,12 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->AuraInterruptFlags &= ~AURA_INTERRUPT_FLAG_NOT_ABOVEWATER;
});
// Summon Worm
ApplySpellFix({ 518, 25831, 25832 }, [](SpellInfo* spellInfo)
{
spellInfo->Effects[EFFECT_0].MiscValueB = 64;
});
for (uint32 i = 0; i < GetSpellInfoStoreSize(); ++i)
{
SpellInfo* spellInfo = mSpellInfoMap[i];