From 091f8fb881d1c74c002693b4773c8e2b4bf880a7 Mon Sep 17 00:00:00 2001 From: hondacrx Date: Thu, 18 Feb 2021 12:47:42 -0500 Subject: [PATCH] Spell: Remove a phase hack for The Eye of Acherus Port From (https://github.com/TrinityCore/TrinityCore/commit/33279199d43211cbacee20dac90a4467b7cd3c35) --- Source/Game/Spells/SpellManager.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/Source/Game/Spells/SpellManager.cs b/Source/Game/Spells/SpellManager.cs index e51a30c78..dacb9cce0 100644 --- a/Source/Game/Spells/SpellManager.cs +++ b/Source/Game/Spells/SpellManager.cs @@ -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;