Skip to content

Commit

Permalink
Fix raid colors in SoD
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonomit committed Dec 6, 2024
1 parent 9b8d198 commit 05c3118
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.SeasonID == Enum.SeasonID.SeasonofDiscovery and "f87217" or "8ab9f1",
Size20 = LootReserve.SeasonID == Enum.SeasonID.SeasonOfDiscovery and "f87217" or "8ab9f1",
Size25Tiny = "b7b2ff",
-- Size25 = "ffff00",
Size25 = "f87217",
Expand Down

0 comments on commit 05c3118

Please sign in to comment.