mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
Scripts/Deadmines: corrected firewall damage and damage radius. Todo: fix vehicle position offsets.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user