feat(Core/Mail): Server mail (#10628)

This commit is contained in:
Kitzunu
2022-04-19 23:43:14 +02:00
committed by GitHub
parent b801274b89
commit 7ecd738674
11 changed files with 238 additions and 0 deletions

View File

@@ -1834,6 +1834,9 @@ void World::SetInitialWorldSettings()
LOG_INFO("server.loading", "Loading Player level dependent mail rewards...");
sObjectMgr->LoadMailLevelRewards();
LOG_INFO("server.loading", "Load Mail Server Template...");
sObjectMgr->LoadMailServerTemplates();
// Loot tables
LoadLootTables();