forked from MagicBane/Server
SQL statement set.
This commit is contained in:
@@ -71,7 +71,7 @@ public class dbZoneHandler extends dbHandlerBase {
|
|||||||
public void LOAD_ALL_ZONE_TEMPLATES() {
|
public void LOAD_ALL_ZONE_TEMPLATES() {
|
||||||
|
|
||||||
try (Connection connection = DbManager.getConnection();
|
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();
|
ResultSet rs = preparedStatement.executeQuery();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user