mob resist issue

This commit is contained in:
2024-05-12 16:12:26 -05:00
parent f02d79c65e
commit a0e78d8add
+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();