Skip to content

Commit c2d0c5b

Browse files
committed
Merge branch 'ptr' into beta
2 parents ae23004 + ffab021 commit c2d0c5b

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

ElvUI/Core/Modules/Bags/Bags.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1468,7 +1468,7 @@ function B:VendorGrayCheck()
14681468
local value = B:GetGraysValue()
14691469
if value == 0 then
14701470
E:Print(L["No gray items to delete."])
1471-
elseif not _G.MerchantFrame:IsShown() and not E.Retail then
1471+
elseif not _G.MerchantFrame:IsShown() and E.Wrath then
14721472
E.PopupDialogs.DELETE_GRAYS.Money = value
14731473
E:StaticPopup_Show('DELETE_GRAYS')
14741474
else

ElvUI/Mainline/Modules/DataTexts/Crests.lua

+8-8
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@ local crests = {
1414
id = 2245,
1515
color = _G.HEIRLOOM_BLUE_COLOR:GenerateHexColor()
1616
},
17-
{ -- Whelpling's Dreaming Crest
18-
id = 2706,
17+
{ -- Whelpling's Awakened Crest
18+
id = 2806,
1919
color = _G.UNCOMMON_GREEN_COLOR:GenerateHexColor()
2020
},
21-
{ -- Drake's Dreaming Crest
22-
id = 2707,
21+
{ -- Drake's Awakened Crest
22+
id = 2807,
2323
color = _G.RARE_BLUE_COLOR:GenerateHexColor()
2424
},
25-
{ -- Wyrm's Dreaming Crest
26-
id = 2708,
25+
{ -- Wyrm's Awakened Crest
26+
id = 2809,
2727
color = _G.EPIC_PURPLE_COLOR:GenerateHexColor()
2828
},
29-
{ -- Aspect's Dreaming Crest
30-
id = 2709,
29+
{ -- Aspect's Awakened Crest
30+
id = 2812,
3131
color = _G.LEGENDARY_ORANGE_COLOR:GenerateHexColor()
3232
}
3333
}

0 commit comments

Comments
 (0)