From 33279199d43211cbacee20dac90a4467b7cd3c35 Mon Sep 17 00:00:00 2001 From: Killyana Date: Fri, 24 Nov 2017 17:21:10 +0100 Subject: 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) --- src/server/game/Spells/SpellMgr.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/server') 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(spellInfo->GetEffect(EFFECT_0))->MiscValue |= 1; - }); - // Crafty's Ultra-Advanced Proto-Typical Shortening Blaster ApplySpellFix({ 51912 }, [](SpellInfo* spellInfo) { -- cgit v1.2.3