Skip to content

Commit

Permalink
Merge pull request #160 from Zeeda17/add-11.0-xpac
Browse files Browse the repository at this point in the history
Adds new zones for War Within
  • Loading branch information
Urtgard authored Sep 1, 2024
2 parents 4180324 + b7505e7 commit 3140418
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
7 changes: 7 additions & 0 deletions DB/Data/WarWithin.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
local WQA = WQAchievements

-- War Within
local data = {
name = "War Within"
}
WQA.data[11] = data
3 changes: 2 additions & 1 deletion DB/Expansions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ WQA.ExpansionList = {
[7] = "Legion",
[8] = "Battle for Azeroth",
[9] = "Shadowlands",
[10] = "Dragonflight"
[10] = "Dragonflight",
[11] = "War Within"
}
9 changes: 9 additions & 0 deletions DB/Zones.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,14 @@ WQA.ZoneIDList = {
2151, -- The Forbidden Reach
2133, -- Zaralek Cavern
2200 -- Emerald Dream
},
[11] = {
2213, -- City of Threads
2214, -- Ringing Deeps
2215, -- Hallowfall
2216, -- City of Threads - Lower
2248, -- Isle of Dorn
2255, -- Azj-Kahet
2256 -- Azj-Kahet - Lower
}
}

0 comments on commit 3140418

Please sign in to comment.