diff options
author | Killyana <morphone1@gmail.com> | 2017-11-24 17:21:10 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2017-11-24 17:21:10 +0100 |
commit | f3a00a1822bfbdf0a14eaf3afc503e034d9d56c6 (patch) | |
tree | a12a1117e17440f585519d2bae3bdbe46c32bc43 | |
parent | b70a923714d8a6afc7850010404c8ed3f238803f (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.
-rw-r--r-- | src/server/game/Spells/SpellMgr.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp index ce673e38f55..f7534e49503 100644 --- a/src/server/game/Spells/SpellMgr.cpp +++ b/src/server/game/Spells/SpellMgr.cpp @@ -3256,11 +3256,6 @@ void SpellMgr::LoadSpellInfoCorrections() spellInfo->Effects[EFFECT_0].SpellClassMask[0] |= 0x800; }); - // The Eye of Acherus (no spawn in phase 2 in db) - ApplySpellFix({ 51852 }, [](SpellInfo* spellInfo) - { - spellInfo->Effects[EFFECT_0].MiscValue |= 1; - }); // Crafty's Ultra-Advanced Proto-Typical Shortening Blaster ApplySpellFix({ 51912 }, [](SpellInfo* spellInfo) |