Core/Combat Improve extra attacks handling
Port From (https://github.com/TrinityCore/TrinityCore/commit/6c9bde098b40f38905ea7407d0cd77437b0b953c)
This commit is contained in:
@@ -69,7 +69,10 @@ namespace Game.Entities
|
||||
public bool m_canDualWield;
|
||||
public int BaseSpellCritChance { get; set; }
|
||||
public uint RegenTimer { get; set; }
|
||||
public uint ExtraAttacks { get; set; }
|
||||
|
||||
uint _lastExtraAttackSpell;
|
||||
Dictionary<ObjectGuid, uint> extraAttacksTargets = new();
|
||||
ObjectGuid _lastDamagedTargetGuid;
|
||||
|
||||
//Charm
|
||||
public List<Unit> m_Controlled = new();
|
||||
|
||||
Reference in New Issue
Block a user