Core/Misc: Correct console output for ObjectMgr::LoadCorpses

Closes #5299

Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com>
This commit is contained in:
MrSmite
2012-02-18 11:46:05 +01:00
committed by Machiavelli
parent 590025181a
commit d55c8c7cc4

View File

@@ -6701,7 +6701,7 @@ void ObjectMgr::LoadCorpses()
PreparedQueryResult result = CharacterDatabase.Query(CharacterDatabase.GetPreparedStatement(CHAR_SEL_CORPSES));
if (!result)
{
sLog->outString(">> Loaded 0 corpses. DB table `pet_name_generation` is empty.");
sLog->outString(">> Loaded 0 corpses. DB table `corpse` is empty.");
sLog->outString();
return;
}