mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 07:37:03 +00:00
Merge commit 'origin/master' into 310
This commit is contained in:
commit
05b1bda879
20 changed files with 299 additions and 38 deletions
|
|
@ -1154,6 +1154,9 @@ void World::SetInitialWorldSettings()
|
|||
sLog.outString( "Loading SpellsScriptTarget...");
|
||||
spellmgr.LoadSpellScriptTarget(); // must be after LoadCreatureTemplates and LoadGameobjectInfo
|
||||
|
||||
sLog.outString( "Loading ItemRequiredTarget...");
|
||||
objmgr.LoadItemRequiredTarget();
|
||||
|
||||
sLog.outString( "Loading Creature Reputation OnKill Data..." );
|
||||
objmgr.LoadReputationOnKill();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue