forked from MagicBane/Server
Breakpoint set
This commit is contained in:
@@ -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)
|
||||
Logger.info("hit");
|
||||
|
||||
} catch (Exception e) {
|
||||
Logger.error(e + " " + this.dbID);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user