|
|
|
@ -150,6 +150,9 @@ public class Mob extends AbstractIntelligenceAgent implements Delayed { |
|
|
|
|
|
|
|
|
|
|
|
this.currentID = this.dbID; |
|
|
|
this.currentID = this.dbID; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (this.dbID == 889440) |
|
|
|
|
|
|
|
Logger.info("hit"); |
|
|
|
|
|
|
|
|
|
|
|
} catch (Exception e) { |
|
|
|
} catch (Exception e) { |
|
|
|
Logger.error(e + " " + this.dbID); |
|
|
|
Logger.error(e + " " + this.dbID); |
|
|
|
} |
|
|
|
} |
|
|
|
|