Skip to content

Commit

Permalink
Recolor deprecated raids in SoD
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonomit committed Dec 14, 2024
1 parent f6c01c8 commit e838861
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Constants.lua
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ LootReserve.Constants.ItemLevelInvTypeWhitelist = setmetatable({
INVTYPE_BODY = false,
}, { __index = function() return true end });
LootReserve.Constants.Colors = {
SizeDeprecated = "bbbbbb",
Size10Tiny = "98fcc5",
-- Size10 = "b1fc99",
Size10 = "ffff00",
Expand Down
2 changes: 1 addition & 1 deletion Data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2866,7 +2866,7 @@ LootReserve.Data =
Name = "Naxxramas",
ButtonName = "[40] Naxxramas",
NameShort = "Naxx 40",
Color = LootReserve.Constants.Colors.Size40,
Color = ShortCircuit(IS_SOD, LootReserve.Constants.Colors.SizeDeprecated, LootReserve.Constants.Colors.Size40),
Expansion = 0,
Children =
Squish{
Expand Down

0 comments on commit e838861

Please sign in to comment.