[Database] Add heal_amount to character_stats_record (#4986)

* [Database] Add heal_amount to character_stats_record

* Update version.h
This commit is contained in:
Alex King
2025-08-16 21:35:55 -04:00
committed by GitHub
parent 1fe5d9fa4f
commit 207ee2daa0
4 changed files with 117 additions and 93 deletions
+1
View File
@@ -16818,6 +16818,7 @@ void Client::RecordStats()
r.endurance_regen = GetEnduranceRegen() - GetSpellBonuses().EnduranceRegen;
r.shielding = GetShielding() - GetSpellBonuses().MeleeMitigation;
r.spell_damage = GetSpellDmg() - GetSpellBonuses().SpellDmg;
r.heal_amount = GetHealAmt() - GetSpellBonuses().HealAmt;
r.spell_shielding = GetSpellShield() - GetSpellBonuses().SpellShield;
r.strikethrough = GetStrikeThrough() - GetSpellBonuses().StrikeThrough;
r.stun_resist = GetStunResist() - GetSpellBonuses().StunResist;