Spell: Remove a phase hack for The Eye of Acherus

Port From (https://github.com/TrinityCore/TrinityCore/commit/33279199d43211cbacee20dac90a4467b7cd3c35)
This commit is contained in:
hondacrx
2021-02-18 12:47:42 -05:00
parent 077c965c51
commit 091f8fb881
-3
View File
@@ -2851,9 +2851,6 @@ namespace Game.Entities
case 37408: // Oscillation Field
spellInfo.AttributesEx3 |= SpellAttr3.StackForDiffCasters;
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
spellInfo.GetEffect(0).ApplyAuraPeriod = 3000;
break;