diff options
Diffstat (limited to 'src/server/game/Globals/ObjectMgr.cpp')
-rwxr-xr-x | src/server/game/Globals/ObjectMgr.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/server/game/Globals/ObjectMgr.cpp b/src/server/game/Globals/ObjectMgr.cpp index 287ce288a88..7261d81bafa 100755 --- a/src/server/game/Globals/ObjectMgr.cpp +++ b/src/server/game/Globals/ObjectMgr.cpp @@ -45,6 +45,8 @@ #include "ScriptMgr.h" #include "SpellScript.h" #include "PoolMgr.h" +#include "DB2Structure.h" +#include "DB2Stores.h" ScriptMapMap sQuestEndScripts; ScriptMapMap sQuestStartScripts; @@ -2253,7 +2255,7 @@ void ObjectMgr::LoadItemTemplates() // Checks - ItemEntry const* dbcitem = sItemStore.LookupEntry(entry); + /*ItemEntry const* dbcitem = sItemStore.LookupEntry(entry); if (dbcitem) { @@ -2297,7 +2299,7 @@ void ObjectMgr::LoadItemTemplates() } else - sLog->outErrorDb("Item (Entry: %u) does not exist in item.dbc! (not correct id?).", entry); + sLog->outErrorDb("Item (Entry: %u) does not exist in item.dbc! (not correct id?).", entry);*/ if (itemTemplate.Class >= MAX_ITEM_CLASS) { |