Core/Misc: Whitespace and a minor typo fix (thanks Kapoeira)

This commit is contained in:
QAston
2011-09-16 22:37:49 +02:00
parent 9bbb4ef583
commit 3a3f2d927f
2 changed files with 17 additions and 17 deletions

View File

@@ -45,7 +45,7 @@ bool ReputationMgr::IsAtWar(uint32 faction_id) const
if (!factionEntry)
{
sLog->outError("ReputationMgr::IsAtWar: Can't get AtWat flag of %s for unknown faction (faction id) #%u.", m_player->GetName(), faction_id);
sLog->outError("ReputationMgr::IsAtWar: Can't get AtWar flag of %s for unknown faction (faction id) #%u.", m_player->GetName(), faction_id);
return 0;
}