mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
Core/Misc: Correct console output for ObjectMgr::LoadCorpses
Closes #5299 Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user