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...
[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