Core Fix build

This commit is contained in:
Vincent-Michael
2015-04-19 01:41:41 +02:00
parent e7464e6d8a
commit b04537df95

View File

@@ -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();