Scripts/Deadmines: corrected firewall damage and damage radius. Todo: fix vehicle position offsets.

This commit is contained in:
Ovalord
2018-02-22 22:17:05 +01:00
parent 73cc25877c
commit 4540969ac8
4 changed files with 49 additions and 4 deletions

View File

@@ -4170,6 +4170,12 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->RangeEntry = sSpellRangeStore.LookupEntry(2); // Combat Range
});
// Fire Wall
ApplySpellFix({ 91397 }, [](SpellInfo* spellInfo)
{
spellInfo->Effects[EFFECT_0].RadiusEntry = sSpellRadiusStore.LookupEntry(EFFECT_RADIUS_1_YARD);
});
// Helix Gearbreaker
// Charge
ApplySpellFix({ 88295 }, [](SpellInfo* spellInfo)