Core/Spells: Don't unload sSpellStore on startup, to allow access to dbc strings.

This commit is contained in:
QAston
2011-07-28 02:03:47 +02:00
parent e291464e06
commit 7094f57841

View File

@@ -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();