|
|
@ -1718,9 +1718,11 @@ public class Mob extends AbstractIntelligenceAgent { |
|
|
|
Logger.error("Null equipset returned for uuid " + currentID); |
|
|
|
Logger.error("Null equipset returned for uuid " + currentID); |
|
|
|
this.equip = new HashMap<>(0); |
|
|
|
this.equip = new HashMap<>(0); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// Combine mobbase and mob aggro arrays into one bitvector
|
|
|
|
// Combine mobbase and mob aggro arrays into one bitvector
|
|
|
|
|
|
|
|
if(this.getMobBase().notEnemy.size() > 0) |
|
|
|
this.notEnemy.addAll(this.getMobBase().notEnemy); |
|
|
|
this.notEnemy.addAll(this.getMobBase().notEnemy); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if(this.getMobBase().enemy.size() > 0) |
|
|
|
this.enemy.addAll(this.getMobBase().enemy); |
|
|
|
this.enemy.addAll(this.getMobBase().enemy); |
|
|
|
|
|
|
|
|
|
|
|
try { |
|
|
|
try { |
|
|
|