Core/Datastorage: Dont clear SpellNameStorage table, we use it else where.

This commit is contained in:
hondacrx
2021-02-24 10:13:23 -05:00
parent b874d54198
commit 8e1a3f066f
-2
View File
@@ -2348,8 +2348,6 @@ namespace Game.Entities
mSpellInfoMap.Add(spellNameEntry.Id, new SpellInfo(spellNameEntry, data.Key.difficulty, data.Value, visuals));
}
CliDB.SpellNameStorage.Clear();
Log.outInfo(LogFilter.ServerLoading, "Loaded SpellInfo store in {0} ms", Time.GetMSTimeDiffToNow(oldMSTime));
}