[8668] change log: outError to outDebug typo in AddHonor

This commit is contained in:
balrok 2009-10-18 14:17:39 +02:00
parent 7eda96614d
commit 81e79ce199
2 changed files with 2 additions and 2 deletions

View file

@ -3840,7 +3840,7 @@ void Spell::EffectAddHonor(uint32 /*i*/)
if (m_CastItem)
{
((Player*)unitTarget)->RewardHonor(NULL, 1, damage / 10);
sLog.outError("SpellEffect::AddHonor (spell_id %u) rewards %d honor points (item %u) for player: %u", m_spellInfo->Id, damage/10, m_CastItem->GetEntry(),((Player*)unitTarget)->GetGUIDLow());
sLog.outDebug("SpellEffect::AddHonor (spell_id %u) rewards %d honor points (item %u) for player: %u", m_spellInfo->Id, damage/10, m_CastItem->GetEntry(),((Player*)unitTarget)->GetGUIDLow());
return;
}