Refactor of mob powers loading for efficiency.

This commit is contained in:
2023-08-08 10:30:20 -04:00
parent 2e6ebbb9c3
commit 0b1df09f3a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ public class dbPowerHandler extends dbHandlerBase {
recordsRead++;
mobbaseID = rs.getInt("mobbaseID");
mobbaseID = rs.getInt("mobbaseUUID");
mobPowerEntry = new MobPowerEntry(rs);
if (mobPowers.get(mobbaseID) == null) {