Refactor to remove abstraction.

This commit is contained in:
2023-05-21 15:48:55 -04:00
parent 0924fa2bdb
commit ca5cfed82f
2 changed files with 112 additions and 52 deletions
@@ -94,7 +94,7 @@ public class dbItemBaseHandler extends dbHandlerBase {
Logger.error(e);
}
Logger.info("read: " + recordsRead + "cached: " + ItemBase.getUUIDCache().size());
Logger.info("read: " + recordsRead + " cached: " + ItemBase.getUUIDCache().size());
}
public HashMap<Integer, ArrayList<Integer>> LOAD_RUNES_FOR_NPC_AND_MOBS() {