diff options
author | Wyrserth <wyrserth@protonmail.com> | 2019-07-05 18:41:47 +0200 |
---|---|---|
committer | Wyrserth <wyrserth@protonmail.com> | 2019-07-05 18:41:47 +0200 |
commit | 8fcc82138fee2bbea7b7f82d4b0475e4f53f100c (patch) | |
tree | 48c1e0734101cdf180e7830a39a5d629965e29e5 /src | |
parent | 980047763a685217e712f58b8713d48523d90ccb (diff) |
Script/Acherus: script out of combat event for Frost Death Knight trainer Amal'thazad.
Diffstat (limited to 'src')
-rw-r--r-- | src/server/game/Spells/SpellMgr.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp index 1a638923249..761a07eaa78 100644 --- a/src/server/game/Spells/SpellMgr.cpp +++ b/src/server/game/Spells/SpellMgr.cpp @@ -4032,6 +4032,12 @@ void SpellMgr::LoadSpellInfoCorrections() spellInfo->RecoveryTime = 20000; }); + // Summon Frigid Bones + ApplySpellFix({ 53525 }, [](SpellInfo* spellInfo) + { + spellInfo->DurationEntry = spellInfo->DurationEntry = sSpellDurationStore.LookupEntry(4); // 2 minutes + }); + // // VIOLET HOLD SPELLS // |