aboutsummaryrefslogtreecommitdiff
path: root/src/game/World.cpp
diff options
context:
space:
mode:
authorMachiavelli <none@none>2009-06-09 21:56:56 +0200
committerMachiavelli <none@none>2009-06-09 21:56:56 +0200
commit1afdfd91066805cac42e4d73fcac78591c139c89 (patch)
treefdeb525bd9bd8dd84351dea70e0c8766a04a101d /src/game/World.cpp
parent41baf8b0d34dba1bd579831fe77bcc785f857f9b (diff)
parentc5232138f870a8a4e5a59ecb3e0a3228373f58e2 (diff)
Merge
--HG-- branch : trunk
Diffstat (limited to 'src/game/World.cpp')
-rw-r--r--src/game/World.cpp3
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();