File tree 2 files changed +9
-9
lines changed
Mainline/Modules/DataTexts
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -1468,7 +1468,7 @@ function B:VendorGrayCheck()
1468
1468
local value = B :GetGraysValue ()
1469
1469
if value == 0 then
1470
1470
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
1472
1472
E .PopupDialogs .DELETE_GRAYS .Money = value
1473
1473
E :StaticPopup_Show (' DELETE_GRAYS' )
1474
1474
else
Original file line number Diff line number Diff line change @@ -14,20 +14,20 @@ local crests = {
14
14
id = 2245 ,
15
15
color = _G .HEIRLOOM_BLUE_COLOR :GenerateHexColor ()
16
16
},
17
- { -- Whelpling's Dreaming Crest
18
- id = 2706 ,
17
+ { -- Whelpling's Awakened Crest
18
+ id = 2806 ,
19
19
color = _G .UNCOMMON_GREEN_COLOR :GenerateHexColor ()
20
20
},
21
- { -- Drake's Dreaming Crest
22
- id = 2707 ,
21
+ { -- Drake's Awakened Crest
22
+ id = 2807 ,
23
23
color = _G .RARE_BLUE_COLOR :GenerateHexColor ()
24
24
},
25
- { -- Wyrm's Dreaming Crest
26
- id = 2708 ,
25
+ { -- Wyrm's Awakened Crest
26
+ id = 2809 ,
27
27
color = _G .EPIC_PURPLE_COLOR :GenerateHexColor ()
28
28
},
29
- { -- Aspect's Dreaming Crest
30
- id = 2709 ,
29
+ { -- Aspect's Awakened Crest
30
+ id = 2812 ,
31
31
color = _G .LEGENDARY_ORANGE_COLOR :GenerateHexColor ()
32
32
}
33
33
}
You can’t perform that action at this time.
0 commit comments