Yes, that's correct
GeorgeS
The SQL for items which are containers
SELECT DISTINCT(tradeskill_recipe_entries.item_id),items. name FROM tradeskill_recipe_entries,items WHERE items.id=tradeskill_recipe_entries.item_id AND tradeskill_recipe_entries.iscontainer=1
ORDER BY item_id
Quote:
Originally Posted by Rhodan
We've noticed that there are large numbers of tradeskill recipies that reference item IDs below 1000 and that these IDs don't exist in the database.
Are we right in assuming that these are things like looms and forges that are hard-coded into EQEmu?
|