i dont need the list anyway Illidan1,i just found a very easy code to change all the items sellprice, i just put this in Query:
UPDATE items SET sellprice = 1 ,and then run.
then all the items have the sellprice 1.
i dont need the list anyway Illidan1,i just found a very easy code to change all the items sellprice, i just put this in Query:
UPDATE items SET sellprice = 1 ,and then run.
then all the items have the sellprice 1.
Last edited by secretdragon008; 11-05-2007 at 03:13 PM.
lol why making it that hard illidan1?
just use this:
Code:UPDATE `items` SET `sellprice`='0' WHERE 'sellprice' <> '0';
or even more simple:
grtzCode:UPDATE `items` SET `sellprice`='0'![]()
Last edited by latruwski; 11-05-2007 at 03:29 PM.
ah posted a few minutes to late.. (topic was not updated with your post yet when i posted xD )
gtz![]()