mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core Fix build
This commit is contained in:
@@ -8112,7 +8112,7 @@ void Unit::SendHealSpellLog(Unit* victim, uint32 spellID, uint32 health, uint32
|
||||
{
|
||||
WorldPackets::CombatLog::SpellHealLog spellHealLog;
|
||||
|
||||
TC_LOG_DEBUG("spells", "HealSpellLog -- SpellId: %u Caster: %s -- Target: %s Health: %u OverHeal: %u Absorbed: %u Crit: %u", spellID, GetGUID().ToString(), victim->GetGUID().ToString(),
|
||||
TC_LOG_DEBUG("spells", "HealSpellLog -- SpellId: %u Caster: %s Target: %s (Health: %u OverHeal: %u Absorbed: %u Crit: %d)", spellID, GetGUID().ToString(), victim->GetGUID().ToString(),
|
||||
health, overHeal, absorbed, crit);
|
||||
|
||||
spellHealLog.TargetGUID = victim->GetGUID();
|
||||
|
||||
Reference in New Issue
Block a user