Core/Misc Remove WhiteSpaces (#18379)

(cherry picked from commit 7e0a616657)
This commit is contained in:
Gustavo
2016-12-01 23:23:02 -02:00
committed by DoctorKraft
parent 91a70f9aa2
commit bc87d3a2b3
2 changed files with 3 additions and 3 deletions

View File

@@ -80,13 +80,13 @@ void SmartWaypointMgr::LoadFromDB()
TC_LOG_ERROR("sql.sql", "SmartWaypointMgr::LoadFromDB: Path entry %u, unexpected point id %u, expected %u.", entry, id, last_id);
last_id++;
WayPoint point;
point.id = id;
point.x = x;
point.y = y;
point.z = z;
path.push_back(std::move(point));
last_entry = entry;