Quote:
Originally Posted by Only^Me
what FIELD,what VALUE ,???
|
the field is the column that you wish to change heres an example
Code:
update cq_item using cq_item inner join cq_user set eudemon_attack1 = 255 where cq_user.id = cq_item.player_id and cq_user.name = 'hio77' and position >= 1 and position <= 10;
this will set all the items which the player called hio77 is wearing on him to have an eudemon_attack1 off 255 (not sure from memory which eudemon atk that is)