feat(Core/Mail): Server mail (#10628)
This commit is contained in:
parent
b801274b89
commit
7ecd738674
11 changed files with 238 additions and 0 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue