fix(Scripts/TempleOfAhnQiraj): Change spawn mode for Spawn of Fankriss (#13408)
This commit is contained in:
parent
b3e20ea7ef
commit
96ff759953
1 changed files with 6 additions and 0 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue