|
|
|
@ -343,7 +343,7 @@ public class dbItemHandler extends dbHandlerBase {
@@ -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); |
|
|
|
|
|
|
|
|
|