summaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
authorPhyscik <mynameisgennadiy@vk.com>2026-01-14 02:20:43 +0500
committerPhyscik <mynameisgennadiy@vk.com>2026-01-14 02:20:43 +0500
commitb7c5b936e03f9d7add964647bd97c993c4e5d3d5 (patch)
tree642cd00da84f23c84554ce81ea73ca53fb5482f9 /index.js
parentb0ef9b19c0321f2282a5647f483cfc34ee8eb178 (diff)
cleric colorscheme fix
Diffstat (limited to 'index.js')
-rw-r--r--index.js2
1 files changed, 1 insertions, 1 deletions
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"};