Data loaded at bootstrap.

This commit is contained in:
2024-02-18 11:12:54 -05:00
parent 0d93850813
commit 4eff5ad84e
+3
View File
@@ -342,6 +342,9 @@ public class WorldServer {
Logger.info("Loading ItemBases"); Logger.info("Loading ItemBases");
ItemBase.loadAllItemBases(); ItemBase.loadAllItemBases();
Logger.info("Loading Item Templates");
DbManager.ItemQueries.LOAD_ITEM_TEMPLATES();
Logger.info("Loading PromotionClasses"); Logger.info("Loading PromotionClasses");
DbManager.PromotionQueries.GET_ALL_PROMOTIONS(); DbManager.PromotionQueries.GET_ALL_PROMOTIONS();