help at max lvl

05/18/2011 17:40 gege2900#1
max lvl at my server :255
and i need to make it:150

any1 tell me how plz?
05/18/2011 19:11 Jack Sparrow#2
Code:
update cq_config set data1=150 where id=10;
this should get it done