From b7c5b936e03f9d7add964647bd97c993c4e5d3d5 Mon Sep 17 00:00:00 2001 From: Physcik Date: Wed, 14 Jan 2026 02:20:43 +0500 Subject: cleric colorscheme fix --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.js') diff --git a/index.js b/index.js index c7da8ac..061a27b 100644 --- a/index.js +++ b/index.js @@ -30,7 +30,7 @@ function GetClassData(baseName) { case "wizard": return {Color: "B15063", Name: "Волшебник", Icon: "ClassIcons/wiza.svg"}; case "bard": return {Color: "B15063", Name: "Бард", Icon: "ClassIcons/bard.svg"}; case "paladin": return {Color: "94C6E3", Name: "Паладин", Icon: "ClassIcons/pala.svg"}; - case "cleric": return {Color: "94C6E3", Name: "Жрец", Icon: "ClassIcons/cler.svg"}; + case "cleric": return {Color: "ECCE65", Name: "Жрец", Icon: "ClassIcons/cler.svg"}; case "warlock": return {Color: "8576C2", Name: "Колдун", Icon: "ClassIcons/warl.svg"}; case "druid": return {Color: "5FB375", Name: "Друид", Icon: "ClassIcons/drui.svg"}; case "sorcerer": return {Color: "8D578E", Name: "Чародей", Icon: "ClassIcons/sour.svg"}; -- cgit v1.3