Question

09/09/2013 05:26 zulflbeatz#1
Close#
09/17/2013 22:06 dark2141#2
Just run this query

Quote:
UPDATE `cq_itemtype` SET `req_profession`='50' WHERE (`req_profession`='60')
then restart ur server.

And for cq_action

Quote:
UPDATE `cq_action` SET `param`='profession == 50' WHERE (`param`='profession == 60');
CLICK on Thanks button instead of replying a post!