Envisage
07-28-2013, 11:00 PM
Is there way to change sellrate from the results of this query...?
SELECT id, Name, Price, sellrate FROM items WHERE Name LIKE 'Spell:%';
I was thinking to add set sellrate = 5 in but it didn't go as planned. Just curious.
SELECT id, Name, Price, sellrate FROM items WHERE Name LIKE 'Spell:%';
I was thinking to add set sellrate = 5 in but it didn't go as planned. Just curious.