diff options
author | Killyana <morphone1@gmail.com> | 2017-11-24 17:21:10 +0100 |
---|---|---|
committer | funjoker <funjoker109@gmail.com> | 2021-02-15 19:13:25 +0100 |
commit | 33279199d43211cbacee20dac90a4467b7cd3c35 (patch) | |
tree | 93375909411d8b772579612b1f55b8d7a48dd220 | |
parent | c14cb276e6ed280362bcefcce15dde84912b4bf9 (diff) |
Spell: Remove a phase hack for The Eye of Acherus
Npcs are now spawned on phase 2, some spawns still missing on phase 1 and 2, need to wait for future commits.
(cherry picked from commit f3a00a1822bfbdf0a14eaf3afc503e034d9d56c6)
-rw-r--r-- | src/server/game/Spells/SpellMgr.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp index 32947753ab3..7b92b7c4051 100644 --- a/src/server/game/Spells/SpellMgr.cpp +++ b/src/server/game/Spells/SpellMgr.cpp @@ -3121,12 +3121,6 @@ void SpellMgr::LoadSpellInfoCorrections() spellInfo->AttributesEx3 |= SPELL_ATTR3_STACK_FOR_DIFF_CASTERS; }); - // The Eye of Acherus (no spawn in phase 2 in db) - ApplySpellFix({ 51852 }, [](SpellInfo* spellInfo) - { - const_cast<SpellEffectInfo*>(spellInfo->GetEffect(EFFECT_0))->MiscValue |= 1; - }); - // Crafty's Ultra-Advanced Proto-Typical Shortening Blaster ApplySpellFix({ 51912 }, [](SpellInfo* spellInfo) { |