Skip to content

Commit a5fd12d

Browse files
committed
can drop these
1 parent afef374 commit a5fd12d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

ElvUI/Mainline/Modules/DataTexts/Crests.lua

-8
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@ local CRESTS_EARNED = strsplit('%', _G.CURRENCY_SEASON_TOTAL_MAXIMUM)
1111

1212
local crests = {
1313
{ id = 3008, color = _G.HEIRLOOM_BLUE_COLOR:GenerateHexColor() }, -- Valorstones
14-
15-
-- TWW Season 1: Harbinger
16-
{ id = 2914, color = _G.UNCOMMON_GREEN_COLOR:GenerateHexColor() }, -- Weathered
17-
{ id = 2915, color = _G.RARE_BLUE_COLOR:GenerateHexColor() }, -- Carved
18-
{ id = 2916, color = _G.EPIC_PURPLE_COLOR:GenerateHexColor() }, -- Runed
19-
{ id = 2917, color = _G.LEGENDARY_ORANGE_COLOR:GenerateHexColor() }, -- Gilded
20-
21-
-- TWW Season 2: Undermine
2214
{ id = 3107, color = _G.UNCOMMON_GREEN_COLOR:GenerateHexColor() }, -- Weathered
2315
{ id = 3108, color = _G.RARE_BLUE_COLOR:GenerateHexColor() }, -- Carved
2416
{ id = 3109, color = _G.EPIC_PURPLE_COLOR:GenerateHexColor() }, -- Runed

0 commit comments

Comments
 (0)