From 3d3656297f5c3b387bb3d121cd0160692af0ad96 Mon Sep 17 00:00:00 2001 From: megamage Date: Mon, 9 Mar 2009 17:56:51 -0600 Subject: [7424] Codestyle: removed not needed \n in log output. Author: balrok --HG-- branch : trunk --- src/game/ObjectAccessor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/ObjectAccessor.cpp') diff --git a/src/game/ObjectAccessor.cpp b/src/game/ObjectAccessor.cpp index db9717759e7..cc4231fa14a 100644 --- a/src/game/ObjectAccessor.cpp +++ b/src/game/ObjectAccessor.cpp @@ -410,7 +410,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); -- cgit v1.2.3