|
|
|
@ -28,7 +28,7 @@ public class dbResistHandler extends dbHandlerBase {
@@ -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(); |
|
|
|
|
|
|
|
|
|