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.
This commit is contained in:
Killyana
2017-11-24 17:21:10 +01:00
parent b70a923714
commit f3a00a1822

View File

@@ -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)