is there any tools that can update my cq_itemtype action id from getting the action ids from the itemtype.dat?this guide--->
that guy gave this code
Code:
UPDATE cq_itemtype SET id_action = 19000100 where id >= 729317;
UPDATE cq_itemtype SET id_action = 19000200 where id >= 729318;
UPDATE cq_itemtype SET id_action = 19000300 where id >= 729319;
UPDATE cq_itemtype SET id_action = 19000400 where id >= 729320;
UPDATE cq_itemtype SET id_action = 19000500 where id >= 729321;
UPDATE cq_itemtype SET id_action = 19000600 where id >= 729322;
UPDATE cq_itemtype SET id_action = 19000700 where id >= 729323;
UPDATE cq_itemtype SET id_action = 19000800 where id >= 729324;
UPDATE cq_itemtype SET id_action = 19000900 where id >= 729325;
UPDATE cq_itemtype SET id_action = 19001000 where id >= 729326;
UPDATE cq_itemtype SET id_action = 19001100 where id >= 729327;
UPDATE cq_itemtype SET id_action = 19001200 where id >= 729328;
which practically sets all id in cq_itemtype thats over 729000 to 19m actionid,making example'***'s blessing' all that not to work,and no one even correct his mistake.