Templates backfilled with modtable data

This commit is contained in:
2024-03-28 12:08:09 -04:00
parent 8e43f17da0
commit 230679cef9
6 changed files with 27 additions and 11 deletions
+3
View File
@@ -343,6 +343,9 @@ public class WorldServer {
Logger.info("Loading Item Templates");
DbManager.ItemQueries.LOAD_ITEM_TEMPLATES();
Logger.info("Back fill template modTables");
DbManager.ItemQueries.LOAD_TEMPLATE_MODTABLES();
Logger.info("Loading ItemBases");
ItemBase.loadAllItemBases();