[7424] Codestyle: removed not needed \n in log output.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
balrok 2009-03-09 14:19:17 +03:00 committed by VladimirMangos
parent 186e0e14e3
commit 0babfec043
12 changed files with 35 additions and 35 deletions

View file

@ -408,7 +408,7 @@ ObjectAccessor::ConvertCorpseForPlayer(uint64 player_guid, bool insignia)
return NULL;
}
DEBUG_LOG("Deleting Corpse and spawning bones.\n");
DEBUG_LOG("Deleting Corpse and spawning bones.");
// remove corpse from player_guid -> corpse map
RemoveCorpse(corpse);