mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-25 03:12:09 +01:00
Drop not needed table 'item_text', add new column 'text' in table 'item_instance'. Original patch by Vladimir.
--HG-- branch : trunk
This commit is contained in:
@@ -1350,9 +1350,6 @@ void World::SetInitialWorldSettings()
|
||||
sLog.outString("Loading Items..."); // must be after LoadRandomEnchantmentsTable and LoadPageTexts
|
||||
objmgr.LoadItemPrototypes();
|
||||
|
||||
sLog.outString("Loading Item Texts...");
|
||||
objmgr.LoadItemTexts();
|
||||
|
||||
sLog.outString("Loading Creature Model Based Info Data...");
|
||||
objmgr.LoadCreatureModelInfo();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user