View Single Post
  #2  
Old 11-08-2010, 09:12 PM
blackdragonsdg
Dragon
 
Join Date: Dec 2008
Location: Tennessee
Posts: 656
Default

Just changed the field stacksize in the items table.

Example:

-- Sets the stacksize of Halas 10lb Meat Pie to 100
update items set stacksize = 100 where id = 9752;
Reply With Quote