View Single Post
  #5  
Old 03-21-2005, 08:37 AM
Sensu-Bean
Sarnak
 
Join Date: Jul 2004
Posts: 36
Default

ahhh.. I see.

I was doing this:

SELECT recipe_id FROM tradeskill_recipe WHERE name='Filled Penance Bag';

instead of doing:

SELECT id FROM tradeskill_recipe WHERE name='Filled Penance Bag';

thanks for the help