mob resist issue

This commit is contained in:
2024-05-12 16:13:11 -05:00
parent a0e78d8add
commit cd512100a2
+1 -1
View File
@@ -28,7 +28,7 @@ public class dbResistHandler extends dbHandlerBase {
Resists resists = null;
try (Connection connection = DbManager.getConnection();
PreparedStatement preparedStatement = connection.prepareStatement("SELECT * FROM `static_npc_mob_resists`")) {
PreparedStatement preparedStatement = connection.prepareStatement("SELECT * FROM `static_npc_mob_resists`;")) {
ResultSet rs = preparedStatement.executeQuery();