aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWyrserth <wyrserth@protonmail.com>2019-07-05 18:41:47 +0200
committerShauren <shauren.trinity@gmail.com>2021-12-14 21:11:10 +0100
commitf31d8f7ffbd1331c44773388ee4f5decf8ca4214 (patch)
tree1cb4e0503fce73823d18c9a9aebb103313220dc6 /src
parent3fc20584bc14ca0edb007b3d0b6861d19d6d33d4 (diff)
Script/Acherus: script out of combat event for Frost Death Knight trainer Amal'thazad.
(cherry picked from commit 8fcc82138fee2bbea7b7f82d4b0475e4f53f100c)
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 c5628924b1f..a859fc1768d 100644
--- a/src/server/game/Spells/SpellMgr.cpp
+++ b/src/server/game/Spells/SpellMgr.cpp
@@ -3981,6 +3981,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
//