View Single Post
  #1  
Old 09-14-2008, 09:35 AM
LeftRoad
Sarnak
 
Join Date: Aug 2005
Location: Maine
Posts: 38
Default 5 & 10 dose combines

I was working with my shaman on potions and noticed a couple of things...
  1. Trying to combine 5 or 10 potions manually does not work. You have to camp to regain control, otherwise you can no longer open anything. But those same combines will function if you select the recipe and combine from there. Maybe something in the code that isn't grabbing the recipe correctly?
  2. I then noticed several of the 5 & 10 dose recipes have a triv of 255. Shouldn't these all be 0?

Here's the SQL to correct the database, if they are all supposed to be a 0 triv.
Code:
update tradeskill_recipe set trivial = 0 where Name like '%dose%' and trivial = 255
Reply With Quote