Browse Source

mob update

lakebane-optimize
FatBoy-DOTC 2 weeks ago
parent
commit
65580c0a47
  1. 1
      src/engine/objects/Mob.java

1
src/engine/objects/Mob.java

@ -1328,6 +1328,7 @@ public class Mob extends AbstractIntelligenceAgent {
try { try {
//resync corpses //resync corpses
InterestManager.setObjectDirty(this);
//this.setLoc(this.getMovementLoc()); //this.setLoc(this.getMovementLoc());
if (this.isSiege) { if (this.isSiege) {
this.deathTime = System.currentTimeMillis(); this.deathTime = System.currentTimeMillis();

Loading…
Cancel
Save