Skip to content

Commit

Permalink
Fix Warden Import Colour (#8362)
Browse files Browse the repository at this point in the history
  • Loading branch information
Regisle authored Nov 18, 2024
1 parent 3a0e067 commit bd76683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Classes/ImportTab.lua
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ function ImportTabClass:BuildCharacterList(league)
classColor = colorCodes["SHADOW"]
elseif (charClass == "Gladiator" or charClass == "Slayer" or charClass == "Champion") then
classColor = colorCodes["DUELIST"]
elseif (charClass == "Raider" or charClass == "Pathfinder" or charClass == "Deadeye") then
elseif (charClass == "Raider" or charClass == "Pathfinder" or charClass == "Deadeye" or charClass == "Warden") then
classColor = colorCodes["RANGER"]
elseif (charClass == "Juggernaut" or charClass == "Berserker" or charClass == "Chieftain") then
classColor = colorCodes["MARAUDER"]
Expand Down

0 comments on commit bd76683

Please sign in to comment.