From 59ce40e484db3eb5be7cd7abbd3bf07b02b22e26 Mon Sep 17 00:00:00 2001 From: megamage Date: Sat, 21 Mar 2009 14:28:02 -0600 Subject: *Remove dual ERROR in logs Author: AlexDereka --HG-- branch : trunk --- src/game/GameObject.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/game/GameObject.cpp') diff --git a/src/game/GameObject.cpp b/src/game/GameObject.cpp index f17533f04cb..bfd3b3ae1db 100644 --- a/src/game/GameObject.cpp +++ b/src/game/GameObject.cpp @@ -101,7 +101,7 @@ bool GameObject::Create(uint32 guidlow, uint32 name_id, Map *map, uint32 phaseMa if(!IsPositionValid()) { - sLog.outError("ERROR: Gameobject (GUID: %u Entry: %u ) not created. Suggested coordinates isn't valid (X: %f Y: %f)",guidlow,name_id,x,y); + sLog.outError("Gameobject (GUID: %u Entry: %u ) not created. Suggested coordinates isn't valid (X: %f Y: %f)",guidlow,name_id,x,y); return false; } @@ -568,7 +568,7 @@ bool GameObject::LoadFromDB(uint32 guid, Map *map) if( !data ) { - sLog.outErrorDb("ERROR: Gameobject (GUID: %u) not found in table `gameobject`, can't load. ",guid); + sLog.outErrorDb("Gameobject (GUID: %u) not found in table `gameobject`, can't load. ",guid); return false; } -- cgit v1.2.3