aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/World
diff options
context:
space:
mode:
authorSubv <s.v.h21@hotmail.com>2012-08-05 10:09:56 -0500
committerSubv <s.v.h21@hotmail.com>2012-08-05 10:09:56 -0500
commit0e581b7991294bf23f2af587d73e3a2f4d5bbdfe (patch)
tree63094e92dc8ede796bb8225086871781f029572e /src/server/game/World
parente8f08be901bb77a0c01255a88888c73bc224e4c6 (diff)
Core/Items: Removed no longer needed code for item set names and item set names locales
Diffstat (limited to 'src/server/game/World')
-rwxr-xr-xsrc/server/game/World/World.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/server/game/World/World.cpp b/src/server/game/World/World.cpp
index 183602b1124..91faff774e2 100755
--- a/src/server/game/World/World.cpp
+++ b/src/server/game/World/World.cpp
@@ -1304,7 +1304,6 @@ void World::SetInitialWorldSettings()
sObjectMgr->LoadCreatureLocales();
sObjectMgr->LoadGameObjectLocales();
sObjectMgr->LoadItemLocales();
- sObjectMgr->LoadItemSetNameLocales();
sObjectMgr->LoadQuestLocales();
sObjectMgr->LoadNpcTextLocales();
sObjectMgr->LoadPageTextLocales();
@@ -1372,9 +1371,6 @@ void World::SetInitialWorldSettings()
sLog->outString("Loading Item Scripts..."); // must be after LoadItemPrototypes
sObjectMgr->LoadItemScriptNames();
- sLog->outString("Loading Item set names..."); // must be after LoadItemPrototypes
- sObjectMgr->LoadItemSetNames();
-
sLog->outString("Loading Creature Model Based Info Data...");
sObjectMgr->LoadCreatureModelInfo();