[Database] Add heal_amount to character_stats_record

This commit is contained in:
Kinglykrab
2025-08-13 00:41:15 -04:00
parent c4f408bffc
commit 5c417c152f
3 changed files with 116 additions and 92 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;