Core/Auras: Implement SpellAuraInterruptFlags2::DuelEnd

Port From (https://github.com/TrinityCore/TrinityCore/commit/ca66da1c97acaff18b318b3e856d54127cb96a6b)
This commit is contained in:
hondacrx
2023-05-21 17:12:53 -04:00
parent 535d068b47
commit 40ff308573
@@ -514,6 +514,9 @@ namespace Game.Entities
RemoveAura(pair); RemoveAura(pair);
} }
RemoveAurasWithInterruptFlags(SpellAuraInterruptFlags2.DuelEnd);
opponent.RemoveAurasWithInterruptFlags(SpellAuraInterruptFlags2.DuelEnd);
// cleanup combo points // cleanup combo points
ClearComboPoints(); ClearComboPoints();
opponent.ClearComboPoints(); opponent.ClearComboPoints();