From 8f74641e1044523aa154f7faf41b83ef01cf7a42 Mon Sep 17 00:00:00 2001 From: Badhad <46411657+BadHad@users.noreply.github.com> Date: Mon, 5 Apr 2021 21:41:17 -0400 Subject: [PATCH] Waterskins - Fixed Waterskings weighing way too much. --- Server/data/configs/item_configs.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Server/data/configs/item_configs.json b/Server/data/configs/item_configs.json index 2881681ec..c0227d986 100644 --- a/Server/data/configs/item_configs.json +++ b/Server/data/configs/item_configs.json @@ -20281,7 +20281,7 @@ "tradeable": "true", "low_alchemy": "12", "high_alchemy": "18", - "weight": "4", + "weight": "0.1", "archery_ticket_price": "0", "id": "1823" }, @@ -20303,7 +20303,7 @@ "tradeable": "true", "low_alchemy": "12", "high_alchemy": "18", - "weight": "4", + "weight": "0.1", "archery_ticket_price": "0", "id": "1825" }, @@ -20323,7 +20323,7 @@ "tradeable": "true", "low_alchemy": "12", "high_alchemy": "18", - "weight": "4", + "weight": "0.1", "archery_ticket_price": "0", "id": "1827" }, @@ -20343,7 +20343,7 @@ "tradeable": "true", "low_alchemy": "12", "high_alchemy": "18", - "weight": "4", + "weight": "0.1", "archery_ticket_price": "0", "id": "1829" }, @@ -20364,7 +20364,7 @@ "tradeable": "true", "low_alchemy": "12", "high_alchemy": "18", - "weight": "4", + "weight": "0.1", "archery_ticket_price": "0", "id": "1831" },