Skip to content

Commit

Permalink
Update raid colors for Era
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonomit committed Oct 3, 2024
1 parent 7639213 commit bfd6275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Constants.lua
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ LootReserve.Constants.Colors = {
-- Size10 = "b1fc99",
Size10 = "ffff00",
Size20Tiny = "8cffdb",
Size20 = LootReserve:GetCurrentExpansion() == 0 and "f87217" or "8ab9f1",
Size20 = LootReserve:GetCurrentSeason() == 2 and "f87217" or "8ab9f1",
Size25Tiny = "b7b2ff",
-- Size25 = "ffff00",
Size25 = "f87217",
Expand Down

0 comments on commit bfd6275

Please sign in to comment.