From 81e79ce199b919c45bc4f8cefb7512e78688e813 Mon Sep 17 00:00:00 2001 From: balrok Date: Sun, 18 Oct 2009 14:17:39 +0200 Subject: [PATCH] [8668] change log: outError to outDebug typo in AddHonor --- src/game/SpellEffects.cpp | 2 +- src/shared/revision_nr.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index 4488147d4..f81f94474 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -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; } diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 8b6029d4b..f888a1ce0 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "8667" + #define REVISION_NR "8668" #endif // __REVISION_NR_H__