From e016d55630d5eb82f017f0d563cc4acb952a4ab8 Mon Sep 17 00:00:00 2001 From: Kennynes Date: Fri, 17 Feb 2023 02:35:36 +0000 Subject: [PATCH] Added drop table for jail guards in Draynor --- Server/data/configs/drop_tables.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Server/data/configs/drop_tables.json b/Server/data/configs/drop_tables.json index a4ec205ce..81c0982b4 100644 --- a/Server/data/configs/drop_tables.json +++ b/Server/data/configs/drop_tables.json @@ -59974,5 +59974,19 @@ "maxAmount": "1" } ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "447,448,449,917", + "description": "Jail Guard", + "main": [] } ] \ No newline at end of file