Sorry Im using http://otland.net/f81/addon-system-45899/, But i forgot to remove 1 varkhal in another city and a guy buy all the addons, how can I remove all the addons form that player?
Thanks!
Thanks!
DELETE FROM `player_storage` WHERE `player_id` = (SELECT `id` FROM `players` WHERE `name` = "PlayerName") AND `key` >= 18001 AND `key` <= 18042;