Skip to content

Commit

Permalink
Fix gray set bonuses recognition
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonomit committed Sep 29, 2022
1 parent 059a016 commit 069289a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ end
-- https://colornamer.robertcooper.me/
Addon.COLORS = {
WHITE = rgb(255, 255, 255),
GRAY = rgb(127, 127, 127),
GRAY = rgb(128, 128, 128),
RED = rgb(255, 32, 32),
ORANGE = rgb(255, 127, 32),
GREEN = rgb( 0, 255, 0),
Expand Down

0 comments on commit 069289a

Please sign in to comment.