forked from MagicBane/Server
Refactor baked in stats
This commit is contained in:
@@ -99,7 +99,6 @@ public class ItemBase {
|
||||
} catch (Exception e) {
|
||||
Logger.error(e.getMessage());
|
||||
}
|
||||
initBakedInStats();
|
||||
initializeHashes();
|
||||
|
||||
}
|
||||
@@ -152,10 +151,6 @@ public class ItemBase {
|
||||
DbManager.ItemBaseQueries.LOAD_ALL_ITEMBASES();
|
||||
}
|
||||
|
||||
private void initBakedInStats() {
|
||||
DbManager.ItemBaseQueries.LOAD_BAKEDINSTATS(this);
|
||||
}
|
||||
|
||||
public boolean isConsumable() {
|
||||
return this.isConsumable;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user