From 7ade40ace2be8b1bd768b2e99536c3c511f8ea91 Mon Sep 17 00:00:00 2001 From: Kennynes Date: Tue, 21 Feb 2023 07:00:54 +0000 Subject: [PATCH] Implemented Oomlie drop table --- Server/data/configs/drop_tables.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/Server/data/configs/drop_tables.json b/Server/data/configs/drop_tables.json index 81c0982b4..b9351fbcb 100644 --- a/Server/data/configs/drop_tables.json +++ b/Server/data/configs/drop_tables.json @@ -59988,5 +59988,25 @@ "ids": "447,448,449,917", "description": "Jail Guard", "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "526", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "2337", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "48", + "description": "", + "main": [] } ] \ No newline at end of file