diff --git a/src/engine/db/handlers/dbBuildingLocationHandler.java b/src/engine/db/handlers/dbBuildingLocationHandler.java index 12988cba..2c642e83 100644 --- a/src/engine/db/handlers/dbBuildingLocationHandler.java +++ b/src/engine/db/handlers/dbBuildingLocationHandler.java @@ -24,7 +24,7 @@ public class dbBuildingLocationHandler extends dbHandlerBase { prepareCallable("select * from static_building_location " + "where type = 6 or type = 8 " + "GROUP BY buildingID, slot " + - "ORDER BY buildingID, slot DESC;"); + "ORDER BY buildingID, slot ASC;"); return getObjectList(); }