Skip to content

Commit

Permalink
Added new custom lvl 10-70 route by EclipseGlaives (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neogeekmo authored Dec 22, 2024
1 parent 08317da commit b063657
Show file tree
Hide file tree
Showing 3 changed files with 4,129 additions and 1 deletion.
4 changes: 4 additions & 0 deletions APR-Core/ChangeLog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ end

function APR.changelog:SetChangeLog()
local news = {
{ "v4.6.1", "2024-12-22" },
"#Guides",
"- Added new custom lvl 10-70 route by EclipseGlaives",

{ "v4.6.0", "2024-12-20" },
"#TWW",
"- Added Lingering Shadow Storyline route",
Expand Down
4 changes: 3 additions & 1 deletion APR-Core/database/AllianceRoutes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,9 @@ if (APR.Faction == "Alliance") then
["2248-TWW-Isle-of-Dorn-Full"] = "TWW - Isle of Dorn - All quests - Sojourner",
["2214-TWW-Ringing-Deeps-Full"] = "TWW - Ringing Deeps - All quests - Sojourner",
}
APR.RouteList.Custom = {}
APR.RouteList.Custom = {
["84-EclipseGlaives-10-to-70"] = "10-70 route by EclipseGlaives",
}

-- Starting Route or custom
---
Expand Down
Loading

0 comments on commit b063657

Please sign in to comment.