diff --git a/Source/Game/Spells/Auras/AuraEffect.cs b/Source/Game/Spells/Auras/AuraEffect.cs index 374ab0b56..e99c1191c 100644 --- a/Source/Game/Spells/Auras/AuraEffect.cs +++ b/Source/Game/Spells/Auras/AuraEffect.cs @@ -1084,9 +1084,6 @@ namespace Game.Spells { if (target.IsTypeId(TypeId.Player)) { - // disable breath/etc timers - target.ToPlayer().StopMirrorTimers(); - // set stand state (expected in this form) if (!target.IsStandState()) target.SetStandState(UnitStandStateType.Stand);