[8769] Implement mails sending at player levelup.

This commit is contained in:
VladimirMangos 2009-11-03 20:18:09 +03:00
parent d009994f59
commit e078d0dd03
12 changed files with 149 additions and 3 deletions

View file

@ -1338,6 +1338,9 @@ void World::SetInitialWorldSettings()
sLog.outString( "Loading Player Corpses..." );
objmgr.LoadCorpses();
sLog.outString( "Loading Player level dependent mail rewards..." );
objmgr.LoadMailLevelRewards();
sLog.outString( "Loading Loot Tables..." );
sLog.outString();
LoadLootTables();