- Joined
- Nov 14, 2007
- Messages
- 39
- Reaction score
- 0
i'm trying to make all stackable items stack to 999, and leave weapons and the like alone.
UPDATE `items` If `maxcount`>'1' then SET `maxcount`='999';
that is the query that i tried, it dosen't work, but it makes sense to me. could someone give me a pointer as to why the syntax is wrong?
thanks
UPDATE `items` If `maxcount`>'1' then SET `maxcount`='999';
that is the query that i tried, it dosen't work, but it makes sense to me. could someone give me a pointer as to why the syntax is wrong?
thanks