Scripts/ICC: Minor Fixes for Lich King (#20120)

- Fixed Shadow Trap and Defile Targets
- Fixed Shadow Trap Summon Delay and Duration
- Fixed Berserk Timer (15 Minutes)
- Fixed Shadow Trap Despawn when Snowstorm starts

(cherry picked from commit 9fa68855d7)
This commit is contained in:
Demonid
2017-08-08 07:36:46 -07:00
committed by Shauren
parent a1342bc9fc
commit 6130a775fe
2 changed files with 5 additions and 7 deletions

View File

@@ -3628,13 +3628,13 @@ void SpellMgr::LoadSpellInfoCorrections()
// Summon Shadow Trap
ApplySpellFix({ 73540 }, [](SpellInfo* spellInfo)
{
spellInfo->DurationEntry = sSpellDurationStore.LookupEntry(23); // 90 seconds
spellInfo->DurationEntry = sSpellDurationStore.LookupEntry(3); // 60 seconds
});
// Shadow Trap (visual)
ApplySpellFix({ 73530 }, [](SpellInfo* spellInfo)
{
spellInfo->DurationEntry = sSpellDurationStore.LookupEntry(28); // 5 seconds
spellInfo->DurationEntry = sSpellDurationStore.LookupEntry(27); // 3 seconds
});
// Summon Spirit Bomb