This commit is contained in:
2024-03-28 20:37:45 -05:00
parent df07c80b1b
commit 0c1431e60d
+1 -1
View File
@@ -343,7 +343,7 @@ public class dbItemHandler extends dbHandlerBase {
HashSet<Integer> itemSet = new HashSet<>();
try (Connection connection = DbManager.getConnection();
PreparedStatement preparedStatement = connection.prepareStatement("SELECT ID FROM static_vendor_items WHERE vendorType = ?")) {
PreparedStatement preparedStatement = connection.prepareStatement("SELECT templateID FROM static_vendor_items WHERE vendorType = ?")) {
preparedStatement.setInt(1, vendorID);