diff options
author | n0n4m3 <none@none> | 2010-04-14 12:43:42 +0400 |
---|---|---|
committer | n0n4m3 <none@none> | 2010-04-14 12:43:42 +0400 |
commit | e3e5ca62270f010d5dbc2c160db22cbffa6dc94b (patch) | |
tree | a60290ce37faf031fbe705121e7efa446f77c846 /src/game/World.cpp | |
parent | 61e71986f076f636619380da8e800f084b4465f5 (diff) |
Drop not needed table 'item_text', add new column 'text' in table 'item_instance'. Original patch by Vladimir.
--HG--
branch : trunk
Diffstat (limited to 'src/game/World.cpp')
-rw-r--r-- | src/game/World.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/game/World.cpp b/src/game/World.cpp index 10eec0e5b32..630f339b7e4 100644 --- a/src/game/World.cpp +++ b/src/game/World.cpp @@ -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(); |