Skip to content

Commit

Permalink
Merge branch 'main' into ptr
Browse files Browse the repository at this point in the history
  • Loading branch information
Merathilis committed Apr 25, 2024
2 parents cd745ba + 462703a commit ffab021
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ElvUI/Core/Modules/Bags/Bags.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1468,7 +1468,7 @@ function B:VendorGrayCheck()
local value = B:GetGraysValue()
if value == 0 then
E:Print(L["No gray items to delete."])
elseif not _G.MerchantFrame:IsShown() and not E.Retail then
elseif not _G.MerchantFrame:IsShown() and E.Wrath then
E.PopupDialogs.DELETE_GRAYS.Money = value
E:StaticPopup_Show('DELETE_GRAYS')
else
Expand Down
16 changes: 8 additions & 8 deletions ElvUI/Mainline/Modules/DataTexts/Crests.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ local crests = {
id = 2245,
color = _G.HEIRLOOM_BLUE_COLOR:GenerateHexColor()
},
{ -- Whelpling's Dreaming Crest
id = 2706,
{ -- Whelpling's Awakened Crest
id = 2806,
color = _G.UNCOMMON_GREEN_COLOR:GenerateHexColor()
},
{ -- Drake's Dreaming Crest
id = 2707,
{ -- Drake's Awakened Crest
id = 2807,
color = _G.RARE_BLUE_COLOR:GenerateHexColor()
},
{ -- Wyrm's Dreaming Crest
id = 2708,
{ -- Wyrm's Awakened Crest
id = 2809,
color = _G.EPIC_PURPLE_COLOR:GenerateHexColor()
},
{ -- Aspect's Dreaming Crest
id = 2709,
{ -- Aspect's Awakened Crest
id = 2812,
color = _G.LEGENDARY_ORANGE_COLOR:GenerateHexColor()
}
}
Expand Down

0 comments on commit ffab021

Please sign in to comment.