Spell: Remove a phase hack for The Eye of Acherus
Port From (https://github.com/TrinityCore/TrinityCore/commit/33279199d43211cbacee20dac90a4467b7cd3c35)
This commit is contained in:
@@ -2851,9 +2851,6 @@ namespace Game.Entities
|
|||||||
case 37408: // Oscillation Field
|
case 37408: // Oscillation Field
|
||||||
spellInfo.AttributesEx3 |= SpellAttr3.StackForDiffCasters;
|
spellInfo.AttributesEx3 |= SpellAttr3.StackForDiffCasters;
|
||||||
break;
|
break;
|
||||||
case 51852: // The Eye of Acherus (no spawn in phase 2 in db)
|
|
||||||
spellInfo.GetEffect(0).MiscValue |= 1;
|
|
||||||
break;
|
|
||||||
case 51912: // Crafty's Ultra-Advanced Proto-Typical Shortening Blaster
|
case 51912: // Crafty's Ultra-Advanced Proto-Typical Shortening Blaster
|
||||||
spellInfo.GetEffect(0).ApplyAuraPeriod = 3000;
|
spellInfo.GetEffect(0).ApplyAuraPeriod = 3000;
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user