Table renamed to static_item_templates

This commit is contained in:
2024-03-10 16:14:18 -04:00
parent ca8c4338b2
commit 32d9322189
+1 -1
View File
@@ -171,7 +171,7 @@ public class dbItemHandler extends dbHandlerBase {
JSONParser jsonParser = new JSONParser(); JSONParser jsonParser = new JSONParser();
try (Connection connection = DbManager.getConnection(); try (Connection connection = DbManager.getConnection();
PreparedStatement preparedStatement = connection.prepareStatement("SELECT * FROM `cache_data_items`;")) { PreparedStatement preparedStatement = connection.prepareStatement("SELECT * FROM `static_item_templates`;")) {
ResultSet rs = preparedStatement.executeQuery(); ResultSet rs = preparedStatement.executeQuery();