Hey guys im trying to fix the restock thing on my server
But cant really seem how to do it what im at right now is
i have access to mysql with navicat lite and have to place this:
UPDATE `traders_data` SET qty=10 WHERE `item` LIKE '%ItemVault%' AND qty=0;
somewhere... i just have NO idea how and where to set
UPDATE `traders_data` SET qty=10 WHERE `item` LIKE '%ItemVault%' AND qty=0;
any help
?
i have access to mysql with navicat lite and have to place this:
UPDATE `traders_data` SET qty=10 WHERE `item` LIKE '%ItemVault%' AND qty=0;
somewhere... i just have NO idea how and where to set
UPDATE `traders_data` SET qty=10 WHERE `item` LIKE '%ItemVault%' AND qty=0;
any help