Scripts/MH: scripted Raging Firestorm vs Grove Warden cosmetic event in The Inferno area

This commit is contained in:
Ovahlord
2019-04-06 14:20:24 +02:00
parent 8c80ea70fb
commit 71f08a3c4a
3 changed files with 144 additions and 0 deletions

View File

@@ -5195,6 +5195,12 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->Effects[EFFECT_0].ApplyAuraName = SPELL_AURA_DUMMY;
});
// Gout of Flame
ApplySpellFix({ 80550 }, [](SpellInfo* spellInfo)
{
spellInfo->Effects[EFFECT_1].BasePoints = 7;
});
for (uint32 i = 0; i < GetSpellInfoStoreSize(); ++i)
{
SpellInfo* spellInfo = mSpellInfoMap[i];