forked from MagicBane/Server
Refactor out itembase
This commit is contained in:
@@ -266,9 +266,6 @@ public class LoginServer {
|
||||
Logger.info("Loading Kits");
|
||||
DbManager.KitQueries.GET_ALL_KITS();
|
||||
|
||||
Logger.info("Initializing ItemBase data.");
|
||||
ItemBase.loadAllItemBases();
|
||||
|
||||
Logger.info("Initializing Race data");
|
||||
Enum.RaceType.initRaceTypeTables();
|
||||
Race.loadAllRaces();
|
||||
@@ -279,7 +276,6 @@ public class LoginServer {
|
||||
Logger.info("Loading All Guilds");
|
||||
DbManager.GuildQueries.GET_ALL_GUILDS();
|
||||
|
||||
|
||||
Logger.info("***Boot Successful***");
|
||||
return true;
|
||||
}
|
||||
|
||||
@@ -346,9 +346,6 @@ public class WorldServer {
|
||||
Logger.info("Back fill template modTables");
|
||||
DbManager.ItemQueries.LOAD_TEMPLATE_MODTABLES();
|
||||
|
||||
Logger.info("Loading ItemBases");
|
||||
ItemBase.loadAllItemBases();
|
||||
|
||||
Logger.info("Loading PromotionClasses");
|
||||
DbManager.PromotionQueries.GET_ALL_PROMOTIONS();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user