diff options
| -rwxr-xr-x | src/server/game/World/World.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/server/game/World/World.cpp b/src/server/game/World/World.cpp index 4d867939940..6eed9573711 100755 --- a/src/server/game/World/World.cpp +++ b/src/server/game/World/World.cpp @@ -1262,9 +1262,6 @@ void World::SetInitialWorldSettings() sLog->outString("Loading spell custom attributes..."); sSpellMgr->LoadSpellCustomAttr(); - // unload data which is copied to SpellMgr::mSpellInfoMap - sSpellStore.Clear(); - sLog->outString("Loading Script Names..."); sObjectMgr->LoadScriptNames(); |
