EZ Server

General Category => Updates => Topic started by: Hunter on July 25, 2010, 08:15:22 am



Title: Red Magic Stone + Stack Items
Post by: Hunter on July 25, 2010, 08:15:22 am
Hopefully fixed Red Magical Stone to be able to click with unlimited charges instead of showing 0 charges.

Also edited all stackable items in the game that had a stacksize between 1 and 99 to equal 100; Here are results...

Code:
[SQL] UPDATE items SET stacksize = 100 WHERE stacksize > 0 AND stacksize < 100;
Affected rows: 61560
Time: 0.954ms

Will see how the updates went after next auto 6am reboot.

Hunter