From 09771312fc8a1c46558f255cc6500369a77d84fe Mon Sep 17 00:00:00 2001 From: Von Hresvelg Date: Sun, 11 Dec 2022 07:00:48 +0000 Subject: [PATCH] Fixed goblins dropping unusable coins --- Server/data/configs/drop_tables.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Server/data/configs/drop_tables.json b/Server/data/configs/drop_tables.json index be5ad5053..b12b5e7a5 100644 --- a/Server/data/configs/drop_tables.json +++ b/Server/data/configs/drop_tables.json @@ -4962,31 +4962,31 @@ { "minAmount": "1", "weight": "1.0", - "id": "617", + "id": "995", "maxAmount": "1" }, { "minAmount": "5", "weight": "35.0", - "id": "617", + "id": "995", "maxAmount": "5" }, { "minAmount": "9", "weight": "3.0", - "id": "617", + "id": "995", "maxAmount": "9" }, { "minAmount": "15", "weight": "3.0", - "id": "617", + "id": "995", "maxAmount": "15" }, { "minAmount": "20", "weight": "2.0", - "id": "617", + "id": "995", "maxAmount": "20" }, {