Skip to content

Commit

Permalink
Update Globals.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Gogo1951 committed Jan 17, 2023
1 parent 5af5ce5 commit d0aab79
Showing 1 changed file with 84 additions and 42 deletions.
126 changes: 84 additions & 42 deletions Globals.lua
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ addon.groupieInstanceData = {
["Trial of the Crusader - 25"] = { Active = false, Expac = "Wrath of the Lich King",
InstanceType = "Wrath of the Lich King Raids - 25", InstanceID = 649, MinLevel = 80, MaxLevel = 80,
GroupSize = 25, Order = 3470, ActivityID = 1104, Icon = "TOC Raid.tga" },
["Ulduar - 25"] = { Active = false, Expac = "Wrath of the Lich King",
["Ulduar - 25"] = { Active = true, Expac = "Wrath of the Lich King",
InstanceType = "Wrath of the Lich King Raids - 25", InstanceID = 603, MinLevel = 80, MaxLevel = 80,
GroupSize = 25, Order = 3460, ActivityID = 1107, Icon = "ULD.tga" },
["Onyxia's Lair - 25"] = { Active = false, Expac = "Wrath of the Lich King",
Expand All @@ -439,7 +439,7 @@ addon.groupieInstanceData = {
["Trial of the Crusader - 10"] = { Active = false, Expac = "Wrath of the Lich King",
InstanceType = "Wrath of the Lich King Raids - 10", InstanceID = 649, MinLevel = 80, MaxLevel = 80,
GroupSize = 10, Order = 3380, ActivityID = 1100, Icon = "TOC Raid.tga" },
["Ulduar - 10"] = { Active = false, Expac = "Wrath of the Lich King",
["Ulduar - 10"] = { Active = true, Expac = "Wrath of the Lich King",
InstanceType = "Wrath of the Lich King Raids - 10", InstanceID = 603, MinLevel = 80, MaxLevel = 80,
GroupSize = 10, Order = 3370, ActivityID = 1106, Icon = "ULD.tga" },
["Onyxia's Lair - 10"] = { Active = false, Expac = "Wrath of the Lich King",
Expand Down Expand Up @@ -866,13 +866,6 @@ addon.GroupieDevs = {
}

addon.groupieAchievementPriorities = {
["Azjol-Nerub"] = {
[1] = 2136,
[2] = 1289,
[3] = 491,
[4] = 1288,
[5] = 480,
},
["Arcatraz"] = {
[1] = 1287,
[2] = 681,
Expand All @@ -885,6 +878,13 @@ addon.groupieAchievementPriorities = {
[3] = 1284,
[4] = 666,
},
["Azjol-Nerub"] = {
[1] = 2136,
[2] = 1289,
[3] = 491,
[4] = 1288,
[5] = 480,
},
["Black Morass"] = {
[1] = 1287,
[2] = 676,
Expand Down Expand Up @@ -930,15 +930,15 @@ addon.groupieAchievementPriorities = {
[1] = 1283,
[2] = 628,
},
["Dire Maul North"] = {
["Dire Maul East"] = {
[1] = 1283,
[2] = 644,
},
["Dire Maul West"] = {
["Dire Maul North"] = {
[1] = 1283,
[2] = 644,
},
["Dire Maul East"] = {
["Dire Maul West"] = {
[1] = 1283,
[2] = 644,
},
Expand Down Expand Up @@ -1020,13 +1020,6 @@ addon.groupieAchievementPriorities = {
[3] = 1284,
[4] = 647,
},
["Heroic Azjol-Nerub"] = {
[1] = 2136,
[2] = 1289,
[3] = 491,
[4] = 1288,
[5] = 480,
},
["Heroic Arcatraz"] = {
[1] = 1287,
[2] = 681,
Expand All @@ -1039,6 +1032,13 @@ addon.groupieAchievementPriorities = {
[3] = 1284,
[4] = 666,
},
["Heroic Azjol-Nerub"] = {
[1] = 2136,
[2] = 1289,
[3] = 491,
[4] = 1288,
[5] = 480,
},
["Heroic Black Morass"] = {
[1] = 1287,
[2] = 676,
Expand Down Expand Up @@ -1278,41 +1278,21 @@ addon.groupieAchievementPriorities = {
[3] = 2137,
[4] = 2186,
[5] = 2187,
[6] = 2177,
[7] = 2176,
[8] = 2139,
[9] = 1996,
[10] = 2147,
[11] = 2146,
[12] = 579,
[13] = 578,
[14] = 577,
[15] = 575,
[16] = 573,
[17] = 576,
[18] = 574,
[19] = 572,
},
["Naxxramas - 25"] = {
[1] = 1402,
[2] = 2138,
[3] = 2137,
[4] = 2186,
[5] = 2187,
[6] = 2177,
[7] = 2176,
[8] = 2139,
[9] = 1996,
[10] = 2147,
[11] = 2146,
[12] = 579,
[13] = 578,
[14] = 577,
[15] = 575,
[16] = 573,
[17] = 576,
[18] = 574,
[19] = 572,
},
["Nexus"] = {
[1] = 2136,
Expand Down Expand Up @@ -1418,19 +1398,19 @@ addon.groupieAchievementPriorities = {
[1] = 1285,
[2] = 689,
},
["Scarlet Graveyard"] = {
["Scarlet Armory"] = {
[1] = 1283,
[2] = 637,
},
["Scarlet Cathedral"] = {
[1] = 1283,
[2] = 637,
},
["Scarlet Library"] = {
["Scarlet Graveyard"] = {
[1] = 1283,
[2] = 637,
},
["Scarlet Armory"] = {
["Scarlet Library"] = {
[1] = 1283,
[2] = 637,
},
Expand Down Expand Up @@ -1513,6 +1493,68 @@ addon.groupieAchievementPriorities = {
[1] = 1283,
[2] = 638,
},
["Ulduar - 10"] = {
[1] = 3117,
[2] = 3259,
[3] = 3164,
[4] = 3159,
[5] = 2958,
[6] = 2957,
[7] = 3163,
[8] = 3158,
[9] = 3162,
[10] = 3141,
[11] = 3161,
[12] = 3157,
[13] = 2903,
[14] = 2904,
[15] = 3316,
[16] = 3005,
[17] = 3004,
[18] = 3016,
[19] = 3015,
[20] = 3037,
[21] = 3036,
[22] = 2893,
[23] = 2892,
[24] = 2891,
[25] = 2890,
[26] = 2889,
[27] = 2888,
[28] = 2887,
[29] = 2886,
},
["Ulduar - 25"] = {
[1] = 3117,
[2] = 3259,
[3] = 3164,
[4] = 3159,
[5] = 2958,
[6] = 2957,
[7] = 3163,
[8] = 3158,
[9] = 3162,
[10] = 3141,
[11] = 3161,
[12] = 3157,
[13] = 2903,
[14] = 2904,
[15] = 3316,
[16] = 3005,
[17] = 3004,
[18] = 3016,
[19] = 3015,
[20] = 3037,
[21] = 3036,
[22] = 2893,
[23] = 2892,
[24] = 2891,
[25] = 2890,
[26] = 2889,
[27] = 2888,
[28] = 2887,
[29] = 2886,
},
["Underbog"] = {
[1] = 1287,
[2] = 670,
Expand Down

0 comments on commit d0aab79

Please sign in to comment.