Core/Auras: Implement SpellAuraInterruptFlags2::DuelEnd
Port From (https://github.com/TrinityCore/TrinityCore/commit/ca66da1c97acaff18b318b3e856d54127cb96a6b)
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user