diff options
| author | Physcik <mynameisgennadiy@vk.com> | 2026-01-14 21:28:08 +0500 |
|---|---|---|
| committer | Physcik <mynameisgennadiy@vk.com> | 2026-01-14 21:28:08 +0500 |
| commit | b906bbe5923afb667ea7d97db5cfe3df493eebd0 (patch) | |
| tree | 59f4d000081120035dbebae044190b6d846b1f05 /index.js | |
| parent | b7c5b936e03f9d7add964647bd97c993c4e5d3d5 (diff) | |
fuckup
Diffstat (limited to 'index.js')
| -rw-r--r-- | index.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -27,7 +27,7 @@ function GetClassData(baseName) { switch (baseName) { case "fighter": return {Color: "9E3A2F", Name: "Воин", Icon: "ClassIcons/figh.svg"}; case "barbarian": return {Color: "905945", Name: "Варвар", Icon: "ClassIcons/barb.svg"}; - case "wizard": return {Color: "B15063", Name: "Волшебник", Icon: "ClassIcons/wiza.svg"}; + case "wizard": return {Color: "4265B8", 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: "ECCE65", Name: "Жрец", Icon: "ClassIcons/cler.svg"}; @@ -37,7 +37,7 @@ function GetClassData(baseName) { case "rouge": return {Color: "525247", Name: "Плут", Icon: "ClassIcons/roug.svg"}; case "ranger": return {Color: "66B99E", Name: "Следопыт", Icon: "ClassIcons/rang.svg"}; case "monk": return {Color: "AB8C4E", Name: "Монах", Icon: "ClassIcons/monk.svg"}; - case "focus": return {Color: "B85812", Name: "Фокус", Icon: "ClassIcons/focu.svg"}; + case "focuse": return {Color: "B85812", Name: "Фокус", Icon: "ClassIcons/focu.svg"}; } } |
