diff options
| author | Machiavelli <none@none> | 2009-06-09 21:56:56 +0200 |
|---|---|---|
| committer | Machiavelli <none@none> | 2009-06-09 21:56:56 +0200 |
| commit | 1afdfd91066805cac42e4d73fcac78591c139c89 (patch) | |
| tree | fdeb525bd9bd8dd84351dea70e0c8766a04a101d /src/game/World.cpp | |
| parent | 41baf8b0d34dba1bd579831fe77bcc785f857f9b (diff) | |
| parent | c5232138f870a8a4e5a59ecb3e0a3228373f58e2 (diff) | |
Merge
--HG--
branch : trunk
Diffstat (limited to 'src/game/World.cpp')
| -rw-r--r-- | src/game/World.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/World.cpp b/src/game/World.cpp index 7412a7a282c..5ab3c46a036 100644 --- a/src/game/World.cpp +++ b/src/game/World.cpp @@ -1252,6 +1252,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(); |
