Changeset 207 for trunk/src/game/Transports.cpp
- Timestamp:
- 11/19/08 13:46:22 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/Transports.cpp
r173 r207 149 149 if(!IsPositionValid()) 150 150 { 151 sLog.outError("ERROR: Transport (GUID: %u) not created. Suggested coordinates isn't valid (X: %d Y: ^%d)",guidlow,x,y); 151 sLog.outError("ERROR: Transport (GUID: %u) not created. Suggested coordinates isn't valid (X: %f Y: %f)", 152 guidlow,x,y); 152 153 return false; 153 154 }