diff options
author | megamage <none@none> | 2009-03-21 14:28:02 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-03-21 14:28:02 -0600 |
commit | 59ce40e484db3eb5be7cd7abbd3bf07b02b22e26 (patch) | |
tree | 1c006f2490d31fbc3afa8ff7d3debbcf6d568aae /src/game/DynamicObject.cpp | |
parent | 3fd85fa5cddaad2759fcb72ed76ab0bb73185934 (diff) |
*Remove dual ERROR in logs Author: AlexDereka
--HG--
branch : trunk
Diffstat (limited to 'src/game/DynamicObject.cpp')
-rw-r--r-- | src/game/DynamicObject.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/DynamicObject.cpp b/src/game/DynamicObject.cpp index 4667b7c91a5..9a7a9aa9832 100644 --- a/src/game/DynamicObject.cpp +++ b/src/game/DynamicObject.cpp @@ -61,7 +61,7 @@ bool DynamicObject::Create( uint32 guidlow, Unit *caster, uint32 spellId, uint32 if(!IsPositionValid()) { - sLog.outError("ERROR: DynamicObject (spell %u eff %u) not created. Suggested coordinates isn't valid (X: %f Y: %f)",spellId,effIndex,GetPositionX(),GetPositionY()); + sLog.outError("DynamicObject (spell %u eff %u) not created. Suggested coordinates isn't valid (X: %f Y: %f)",spellId,effIndex,GetPositionX(),GetPositionY()); return false; } |