Skip to content

Commit 63619b3

Browse files
committed
Clean up old Season 1 data
1 parent ecb889b commit 63619b3

File tree

1 file changed

+0
-97
lines changed

1 file changed

+0
-97
lines changed

GreatVaultKeyInfo.lua

Lines changed: 0 additions & 97 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,6 @@ local L = LibStub("AceLocale-3.0"):GetLocale("GreatVaultKeyInfo")
1111

1212
-- locals
1313
local RaidItemLevelsBySeason = {
14-
-- The War Within Season 1
15-
[99] = {
16-
[17] = 584, -- LFR
17-
[14] = 597, -- Normal
18-
[15] = 610, -- Heroic
19-
[16] = 623, -- Mythic
20-
},
2114
-- The War Within Season 2
2215
[103] = {
2316
[17] = 623, -- LFR
@@ -28,20 +21,6 @@ local RaidItemLevelsBySeason = {
2821
}
2922
-- this is from https://wago.tools/db2/MythicPlusSeasonRewardLevels?page=1&sort[WeeklyRewardLevel]=asc&filter[MythicPlusSeasonID]=103
3023
local DungeonItemLevelsBySeason = {
31-
-- The War Within Season 1
32-
[99] = {
33-
["HEROIC"] = 593,
34-
["MYTHIC"] = 603,
35-
[2] = 606,
36-
[3] = 610,
37-
[4] = 610,
38-
[5] = 613,
39-
[6] = 613,
40-
[7] = 616,
41-
[8] = 619,
42-
[9] = 619,
43-
[10] = 623,
44-
},
4524
-- The War Within Season 2
4625
[103] = {
4726
["HEROIC"] = 632,
@@ -58,17 +37,6 @@ local DungeonItemLevelsBySeason = {
5837
},
5938
}
6039
local WorldItemLevelsBySeason = {
61-
-- The War Within Season 1
62-
[99] = {
63-
[1] = 584,
64-
[2] = 587,
65-
[3] = 590,
66-
[4] = 593,
67-
[5] = 600,
68-
[6] = 606,
69-
[7] = 610,
70-
[8] = 616,
71-
},
7240
-- The War Within Season 2
7341
[103] = {
7442
[1] = 623,
@@ -92,14 +60,6 @@ local ItemTiers = {
9260
}
9361
-- this is the minimum starting item level to go up a tier
9462
local ItemTierItemMinimumLevelBySeason = {
95-
-- The War Within Season 1
96-
[99] = {
97-
["adventurer"] = 571,
98-
["veteran"] = 584,
99-
["champion"] = 597,
100-
["hero"] = 610,
101-
["myth"] = 623,
102-
},
10363
-- The War Within Season 2
10464
[103] = {
10565
["adventurer"] = 610,
@@ -111,55 +71,6 @@ local ItemTierItemMinimumLevelBySeason = {
11171
}
11272
-- ranks within each tier
11373
local ItemTierItemLevelsBySeason = {
114-
-- The War Within Season 1
115-
[99] = {
116-
["adventurer"] = {
117-
[571] = 1,
118-
[574] = 2,
119-
[577] = 3,
120-
[580] = 4,
121-
[584] = 5,
122-
[587] = 6,
123-
[590] = 7,
124-
[593] = 8,
125-
},
126-
["veteran"] = {
127-
[584] = 1,
128-
[587] = 2,
129-
[590] = 3,
130-
[593] = 4,
131-
[597] = 5,
132-
[600] = 6,
133-
[603] = 7,
134-
[606] = 8,
135-
},
136-
["champion"] = {
137-
[597] = 1,
138-
[600] = 2,
139-
[603] = 3,
140-
[606] = 4,
141-
[610] = 5,
142-
[613] = 6,
143-
[616] = 7,
144-
[619] = 8,
145-
},
146-
["hero"] = {
147-
[610] = 1,
148-
[613] = 2,
149-
[616] = 3,
150-
[619] = 4,
151-
[623] = 5,
152-
[626] = 6,
153-
},
154-
["myth"] = {
155-
[623] = 1,
156-
[626] = 2,
157-
[629] = 3,
158-
[632] = 4,
159-
[636] = 5,
160-
[639] = 6,
161-
},
162-
},
16374
-- The War Within Season 2
16475
[103] = {
16576
["adventurer"] = {
@@ -211,14 +122,6 @@ local ItemTierItemLevelsBySeason = {
211122
},
212123
}
213124
local ItemTierNumRanksBySeason = {
214-
-- The War Within Season 1
215-
[99] = {
216-
["adventurer"] = 8,
217-
["veteran"] = 8,
218-
["champion"] = 8,
219-
["hero"] = 6,
220-
["myth"] = 6,
221-
},
222125
-- The War Within Season 2
223126
[103] = {
224127
["adventurer"] = 8,

0 commit comments

Comments
 (0)