SQL statement set.

This commit is contained in:
2023-10-20 16:36:08 -04:00
parent ec9bc437f3
commit 14ba9d0f7f
+1 -1
View File
@@ -71,7 +71,7 @@ public class dbZoneHandler extends dbHandlerBase {
public void LOAD_ALL_ZONE_TEMPLATES() {
try (Connection connection = DbManager.getConnection();
PreparedStatement preparedStatement = connection.prepareStatement("SELECT * FROM static_building_blueprint")) {
PreparedStatement preparedStatement = connection.prepareStatement("SELECT * FROM static_zone_templates")) {
ResultSet rs = preparedStatement.executeQuery();