mob resist issue

This commit is contained in:
2024-05-12 16:54:05 -05:00
parent 24c16e6cf1
commit bf503c0be0
+1 -1
View File
@@ -116,7 +116,7 @@ public class dbMobBaseHandler extends dbHandlerBase {
public void LOAD_ALL_MOBBASE_RACES() {
MobBase.mobbase_race_types = new HashMap<>();
try (Connection connection = DbManager.getConnection();
PreparedStatement preparedStatement = connection.prepareStatement("SELECT * FROM `static_npc_mobbase_race`;")) {
PreparedStatement preparedStatement = connection.prepareStatement("SELECT * FROM `static_npc_mobbase`;")) {
ResultSet rs = preparedStatement.executeQuery();