Thread
:
Add/remove classes from items (database)
View Single Post
#
5
01-11-2014, 02:38 PM
Maceblade
Hill Giant
Join Date: Jun 2010
Posts: 231
Code:
UPDATE items SET classes = 1 where classes > 1;
Would literally make every item in the game warrior useable and not look at the ones its already capable of wearing.
Maceblade
View Public Profile
Send a private message to Maceblade
Find all posts by Maceblade