diff --git a/DB/Data/WarWithin.lua b/DB/Data/WarWithin.lua index 230ce95..f19fb8b 100644 --- a/DB/Data/WarWithin.lua +++ b/DB/Data/WarWithin.lua @@ -2,28 +2,28 @@ local WQA = WQAchievements -- War Within local data = { - name = "War Within" + name = "War Within" } WQA.data[11] = data -- Achievements local trainer = { - 82293, - 82292, - 82294, - 82295 - + 82293, + 82292, + 82294, + 82295 + } data.achievements = { - { + { name = "Worm Theory", id = 40869, criteriaType = "QUESTS", criteria = { { 82324 }, - { 79959 }, - { 79958 } + { 79959 }, + { 79958 } } }, { @@ -34,7 +34,7 @@ data.achievements = { { 82580 } } }, - { + { name = "For the Collective", id = 40630, criteriaType = "QUESTS", @@ -42,7 +42,7 @@ data.achievements = { { 82580 } } }, - { + { name = "Hanging Tight", id = 40507, criteriaType = "QUESTS", @@ -50,56 +50,56 @@ data.achievements = { { 83101 } } }, - { + { name = "Children's Entertainer", id = 40150, criteriaType = "QUESTS", criteria = { - { 82288 } + { 82288 } } }, - { + { name = "Mine Poppin'", id = 40843, criteriaType = "QUESTS", criteria = { - { 82468 } + { 82468 } } }, - { + { name = "Never Enough", id = 40082, criteriaType = "QUESTS", criteria = { - { 82120 } + { 82120 } } }, - { + { name = "A Champion's Tour: The War Within", id = 40088, criteriaType = "QUESTS", criteria = { { 80395 }, { 80394 }, - { 80208 }, - { 80323 }, - { 80412 }, - { 81622 }, + { 80208 }, + { 80323 }, + { 80412 }, + { 81622 }, { 80409 }, { 80457 } } }, - { + { name = "Unbound Battle", id = 40087, criteriaType = "QUESTS", criteria = { { 80395 }, { 80394 }, - { 80208 }, - { 80323 }, - { 80412 }, - { 81622 }, + { 80208 }, + { 80323 }, + { 80412 }, + { 81622 }, { 80409 }, { 80457 } } @@ -118,5 +118,5 @@ data.achievements = { { 82295 }, { 82297 } } - } + } } diff --git a/DB/Zones.lua b/DB/Zones.lua index 2fdcaf5..d227dc4 100644 --- a/DB/Zones.lua +++ b/DB/Zones.lua @@ -41,7 +41,7 @@ WQA.ZoneIDList = { 1565, -- Ardenweald 1543, -- The Maw 1961, -- Korthia - 1970 -- Zereth Mortis + 1970 -- Zereth Mortis }, [10] = { 2022, -- The Waking Shores @@ -63,6 +63,6 @@ WQA.ZoneIDList = { 2248, -- Isle of Dorn 2255, -- Azj-Kahet 2256, -- Azj-Kahet - Lower - 2339 -- Dornogal + 2339 -- Dornogal } } diff --git a/Options.lua b/Options.lua index eed0465..c78562d 100644 --- a/Options.lua +++ b/Options.lua @@ -170,7 +170,6 @@ local FactionIDList = { 2465, -- The Wild Hunt 2432 -- Ve'nari } - }, [10] = { Neutral = { @@ -182,7 +181,6 @@ local FactionIDList = { 2503, -- Maruuk Centaur 2510 -- Valdrakken Accord } - }, [11] = { Neutral = { @@ -191,7 +189,7 @@ local FactionIDList = { 2600, -- The Severed Threads 2590 -- Council of Dornogal } - + } }