[7950] Make clear in error output 2 cases of fail CMSG_ITEM_NAME_QUERY: DB absent data and not expected to exist item.

This commit is contained in:
VladimirMangos 2009-06-04 04:05:43 +04:00
parent daae9343a9
commit 0b3a4bf5a5
3 changed files with 8 additions and 5 deletions

View file

@ -813,9 +813,6 @@ void ObjectMgr::LoadEquipmentTemplates()
}
sLog.outString( ">> Loaded %u equipment template", sEquipmentStorage.RecordCount );
sLog.outString();
// Creature items can be not listed in item_template
//sItemStore.Clear(); -- so used in spell casting
}
CreatureModelInfo const* ObjectMgr::GetCreatureModelInfo(uint32 modelid)