From f066e5c07a6f81e88a88900e5b3bcf60621cd25f Mon Sep 17 00:00:00 2001 From: coco-bandicoot <57553335+coco-bandicoot@users.noreply.github.com> Date: Wed, 23 Jun 2021 13:32:41 +1000 Subject: [PATCH] Fix: Monk's Robes and Polished Buttons are now tradeable - clean up on aisle 2009 --- Server/data/configs/item_configs.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Server/data/configs/item_configs.json b/Server/data/configs/item_configs.json index 4df9acefd..1fd165e74 100644 --- a/Server/data/configs/item_configs.json +++ b/Server/data/configs/item_configs.json @@ -5432,6 +5432,7 @@ "grand_exchange_price": "528", "durability": null, "name": "Monk's robe", + "tradeable": "true", "archery_ticket_price": "0", "id": "542", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,5,0,0", @@ -5452,6 +5453,7 @@ "grand_exchange_price": "1495", "durability": null, "name": "Monk's robe", + "tradeable": "true", "archery_ticket_price": "0", "id": "544", "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,6,0,0", @@ -94836,6 +94838,7 @@ "examine": "Shiny!", "durability": null, "name": "Polished buttons", + "tradeable": "true", "archery_ticket_price": "0", "id": "10496" },