diff --git a/Source/Game/Entities/Player/Player.Combat.cs b/Source/Game/Entities/Player/Player.Combat.cs index 78cf10257..4ee60d871 100644 --- a/Source/Game/Entities/Player/Player.Combat.cs +++ b/Source/Game/Entities/Player/Player.Combat.cs @@ -514,6 +514,9 @@ namespace Game.Entities RemoveAura(pair); } + RemoveAurasWithInterruptFlags(SpellAuraInterruptFlags2.DuelEnd); + opponent.RemoveAurasWithInterruptFlags(SpellAuraInterruptFlags2.DuelEnd); + // cleanup combo points ClearComboPoints(); opponent.ClearComboPoints();