aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWyrserth <wyrserth@protonmail.com>2019-07-05 18:41:47 +0200
committerWyrserth <wyrserth@protonmail.com>2019-07-05 18:41:47 +0200
commit8fcc82138fee2bbea7b7f82d4b0475e4f53f100c (patch)
tree48c1e0734101cdf180e7830a39a5d629965e29e5 /src
parent980047763a685217e712f58b8713d48523d90ccb (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.cpp6
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
//