changed location of mob power lookup

This commit is contained in:
2022-06-09 18:22:30 -05:00
parent 9ce7e1c5ca
commit f8a9262fc5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2203,7 +2203,7 @@ public class Mob extends AbstractIntelligenceAgent {
} catch(Exception e){
Logger.error( e.getMessage());
}
mobPowers = DbManager.MobBaseQueries.LOAD_STATIC_POWERS(this.getMobBaseID());
if (this.equip == null) {
Logger.error("Null equipset returned for uuid " + currentID);
this.equip = new HashMap<>(0);