From e4d3f8ac0388b72522f0c751af8fcec757a8cccc Mon Sep 17 00:00:00 2001 From: Lethimyr Date: Wed, 12 Jan 2022 01:31:56 +0000 Subject: [PATCH] Fix wolfs dropping regular bones when they shouldn't --- CHANGELOG | 1 + Server/data/configs/drop_tables.json | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6e04a0fd8..f60e62874 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -108,3 +108,4 @@ - Fix adventure bots pooling/stuck in Lumbridge after death - ryannathans - Removed server monitor as it was blowing up in headless environments - ryannathans < --- ABOVE Released January 11th, 2022 https://gitlab.com/2009scape/2009scape/-/tags/Jan-11-2022 ---- > +- Removed regular bones from wolf drop table- diff --git a/Server/data/configs/drop_tables.json b/Server/data/configs/drop_tables.json index e03f3f90c..e9bf50a02 100644 --- a/Server/data/configs/drop_tables.json +++ b/Server/data/configs/drop_tables.json @@ -5325,12 +5325,6 @@ }, { "default": [ - { - "minAmount": "1", - "weight": "100.0", - "id": "526", - "maxAmount": "1" - }, { "minAmount": "1", "weight": "100.0",