@ -58,6 +58,9 @@ public abstract class dbHandlerBase {
int id = rs.getInt(1);
if (id == 889440)
Logger.info("hit");
if (DbManager.inCache(localObjectType, id)) {
objectList.add((T) DbManager.getFromCache(localObjectType, id));
} else {
@ -150,9 +150,6 @@ public class Mob extends AbstractIntelligenceAgent implements Delayed {
this.currentID = this.dbID;
if (this.dbID == 889440)
} catch (Exception e) {
Logger.error(e + " " + this.dbID);
}