We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3560079 commit 027935fCopy full SHA for 027935f
modules/WarWithin/TheWarWIthin.lua
@@ -15,6 +15,26 @@ Module.shortName = "TWW"
15
function Module:GetInfoTable()
16
--- @type LazyCurveActivityTable[]
17
local infoTable = {
18
+ {
19
+ shortName = "LoU",
20
+ alternativeKeyword = "gallywix",
21
+ groupId = 377,
22
+ achievements = {
23
+ normal = 41222,
24
+ curve = 41298,
25
+ edge = 41297,
26
+ mythic = {
27
+ 41229, -- Vexie and the Geargrinders
28
+ 41230, -- Cauldron of Carnage
29
+ 41231, -- Rik Reverb
30
+ 41232, -- Stix Bunkjunker
31
+ 41233, -- Sprocketmonger Lockenstock
32
+ 41234, -- The One-Armed Bandit
33
+ 41235, -- Mug'Zee, Heads of Security
34
+ 41236, -- Chrome King Gallywix
35
+ },
36
37
38
{
39
shortName = "NEPAL",
40
alternativeKeyword = "ansurek",
0 commit comments