Thread
:
Increase Max Item Stack Size?
View Single Post
#
2
11-08-2010, 09:12 PM
blackdragonsdg
Dragon
Join Date: Dec 2008
Location: Tennessee
Posts: 656
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;
blackdragonsdg
View Public Profile
Send a private message to blackdragonsdg
Find all posts by blackdragonsdg