From 744be1d4a67143bec5527c63c4b15954deab31a3 Mon Sep 17 00:00:00 2001 From: Olegmods Date: Wed, 19 Nov 2025 22:34:52 +0300 Subject: [PATCH] Fixed golems' level Gold and Diamond golems' level changed from 4 and 5 to 5 and 6. https://heroes.thelazy.net/index.php/Diamond_Golem and some other source I found state that the ones from that PR are correct --- config/creatures/neutral.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/creatures/neutral.json b/config/creatures/neutral.json index d5f006296..25fa0edbb 100644 --- a/config/creatures/neutral.json +++ b/config/creatures/neutral.json @@ -3,7 +3,7 @@ "goldGolem" : { "index": 116, - "level": 4, + "level": 5, "faction": "neutral", "abilities": { @@ -36,7 +36,7 @@ "diamondGolem" : { "index": 117, - "level": 5, + "level": 6, "faction": "neutral", "abilities": {