From fe2466a6237f82e32d8b8ecba12b53336af0a9b7 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 25 Dec 2024 21:56:17 +0100 Subject: [PATCH] fix: Bestiary Ghost max kills (#1576) --- constants/bestiary.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants/bestiary.json b/constants/bestiary.json index e9f6514d8..0f196607a 100644 --- a/constants/bestiary.json +++ b/constants/bestiary.json @@ -1073,7 +1073,7 @@ "name": "§aGhost", "skullOwner": "c5752211-7503-3e77-9890-d1cf6ba1d0e7", "texture": "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTgxOTc3OTE4YTExODBlMGRlYzg3OWU2YmNkMWFhMzk0OTQ5NzdiYjkxM2JlMmFiMDFhZmYxZGIxZmE0In19fQ==", - "cap": 250000, + "cap": 100000, "mobs": [ "caverns_ghost_250" ],