Skip to content

Commit

Permalink
Add Lingering shadow + siren isle route (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neogeekmo authored Dec 19, 2024
1 parent 5c1766d commit 08317da
Show file tree
Hide file tree
Showing 5 changed files with 663 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"utf8": "disable"
},
"Lua.workspace.library": [
"~\\.vscode\\extensions\\ketho.wow-api-0.17.6\\Annotations"
"~\\.vscode\\extensions\\ketho.wow-api-0.18.1\\Annotations"
]
}
5 changes: 5 additions & 0 deletions APR-Core/ChangeLog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ end

function APR.changelog:SetChangeLog()
local news = {
{ "v4.6.0", "2024-12-20" },
"#TWW",
"- Added Lingering Shadow Storyline route",
"- Added Siren Isle Intro route",

{ "v4.5.6", "2024-12-10" },
"#Bugs",
"- Removed `Renown of Khaz Algar` quest (84446)",
Expand Down
2 changes: 2 additions & 0 deletions APR-Core/database/AllianceRoutes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ if (APR.Faction == "Alliance") then
["2248-TWW-News-from-Below-storyline"] = "TWW - 08 - News from Below Storyline",
["2248-TWW-The-Machines-March-to-War-storyline"] = "TWW - 09 - The Machines March to War Storyline",
["2248-TWW-Light-in-the-Dark-storyline"] = "TWW - 10 - Light in the Dark Storyline",
["2248-TWW-Lingering-Shadow-Storyline"] = "TWW - 11 - Lingering Shadow Storyline",
["2248-TWW-Siren-Isle-Intro"] = "TWW - Siren Isle Intro",
["2248-TWW-Isle-of-Dorn-campaign-only"] = "TWW - Isle of Dorn - Campaign Only",
["2214-TWW-Ringing-Deeps-campaign-only"] = "TWW - Ringing Deeps - Campaign Only",
["2215-TWW-Hallowfall-campaign-only"] = "TWW - Hallowfall - Campaign Only",
Expand Down
2 changes: 2 additions & 0 deletions APR-Core/database/HordeRoutes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ if (APR.Faction == "Horde") then
["2248-TWW-News-from-Below-storyline"] = "TWW - 08 - News from Below Storyline",
["2248-TWW-The-Machines-March-to-War-storyline"] = "TWW - 09 - The Machines March to War Storyline",
["2248-TWW-Light-in-the-Dark-storyline"] = "TWW - 10 - Light in the Dark Storyline",
["2248-TWW-Lingering-Shadow-Storyline"] = "TWW - 11 - Lingering Shadow Storyline",
["2248-TWW-Siren-Isle-Intro"] = "TWW - Siren Isle Intro",
["2248-TWW-Isle-of-Dorn-campaign-only"] = "TWW - Isle of Dorn - Campaign Only",
["2214-TWW-Ringing-Deeps-campaign-only"] = "TWW - Ringing Deeps - Campaign Only",
["2215-TWW-Hallowfall-campaign-only"] = "TWW - Hallowfall - Campaign Only",
Expand Down
Loading

0 comments on commit 08317da

Please sign in to comment.