Core/Spells: Removed old combo point code leftovers
Port From (https://github.com/TrinityCore/TrinityCore/commit/197d4369c894e9b088f862c7189f4fe20b4836ca)
This commit is contained in:
@@ -518,8 +518,8 @@ namespace Game.Entities
|
||||
opponent.RemoveAurasWithInterruptFlags(SpellAuraInterruptFlags2.DuelEnd);
|
||||
|
||||
// cleanup combo points
|
||||
ClearComboPoints();
|
||||
opponent.ClearComboPoints();
|
||||
SetPower(PowerType.ComboPoints, 0);
|
||||
opponent.SetPower(PowerType.ComboPoints, 0);
|
||||
|
||||
//cleanups
|
||||
SetDuelArbiter(ObjectGuid.Empty);
|
||||
|
||||
Reference in New Issue
Block a user