Trader city restock

razzer99

New Member
Hey guys im trying to fix the restock thing on my server :p 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 :)?
 
Back
Top