aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2020-04-19 19:19:23 +0200
committerShauren <shauren.trinity@gmail.com>2022-01-01 20:04:42 +0100
commitad2e5aabc4d0d706bc06aa83364eac83c47392a4 (patch)
tree12d2d857d90f7183211cfe0c06ee82022aa169fb
parent8e6d9b0b749a50bf7a6acb55011dcb0cb6e91282 (diff)
Spell: Move "Dark Conclave Ritualist Channel" outside Ulduar spells
(cherry picked from commit 9e585732728a0b99c6e8f70d30bd7c508de44636)
-rw-r--r--src/server/game/Spells/SpellMgr.cpp10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp
index e147c8ddd14..61ac71da1e1 100644
--- a/src/server/game/Spells/SpellMgr.cpp
+++ b/src/server/game/Spells/SpellMgr.cpp
@@ -3984,6 +3984,12 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->DurationEntry = sSpellDurationStore.LookupEntry(4); // 2 minutes
});
+ // Dark Conclave Ritualist Channel
+ ApplySpellFix({ 38469 }, [](SpellInfo* spellInfo)
+ {
+ spellInfo->RangeEntry = sSpellRangeStore.LookupEntry(6); // 100yd
+ });
+
//
// VIOLET HOLD SPELLS
//
@@ -4114,8 +4120,8 @@ void SpellMgr::LoadSpellInfoCorrections()
});
});
- // Cosmic Smash (Algalon the Observer) & Dark Conclave Ritualist Channel
- ApplySpellFix({ 62311, 64596, 38469 }, [](SpellInfo* spellInfo)
+ // Cosmic Smash (Algalon the Observer)
+ ApplySpellFix({ 62311, 64596 }, [](SpellInfo* spellInfo)
{
spellInfo->RangeEntry = sSpellRangeStore.LookupEntry(6); // 100yd
});