Core/Items: Addes support for calculating item level & cleanup iterating over items.

Based on https://github.com/TrinityCore/TrinityCore/pull/26276
This commit is contained in:
hondacrx
2021-03-24 15:44:49 -04:00
parent 62ec699ec6
commit cad2a7fa88
6 changed files with 362 additions and 603 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ namespace Game.Entities
public float ModMeleeHitChance { get; set; }
public float ModRangedHitChance { get; set; }
public float ModSpellHitChance { get; set; }
bool m_canDualWield;
public bool m_canDualWield;
public int BaseSpellCritChance { get; set; }
public uint RegenTimer { get; set; }
uint combatTimer;