initialize the static mob power list

This commit is contained in:
2023-03-12 10:53:12 -05:00
parent 863c782f72
commit 3e2fbb700b
@@ -2786,6 +2786,7 @@ SourceType sourceType = SourceType.GetSourceType(pb.getCategory());
}
}
public static void GatherMobPowers(){
AllMobPowers = new HashMap<Integer,HashMap<Integer,Integer>>();
for(Mob mob : DbManager.MobQueries.GET_ALL_MOBS()){
if(DbManager.MobBaseQueries.LOAD_STATIC_POWERS(mob.getMobBaseID()).isEmpty() == true){
continue;