mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user