Skip to content

Commit

Permalink
changelog v4.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Neogeekmo committed Aug 23, 2024
1 parent e2b3e81 commit c83450c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
6 changes: 6 additions & 0 deletions APR-Core/ChangeLog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ end

function APR.changelog:SetChangeLog()
local news = {
{ "v4.2.3", "2024-08-23" },
"#Bugs",
"- Fixed 80511 error for horde route in TWW",
"- Added missing button for quest 78718 in TWW intro",
"- Removed useHS on leave scenario step to avoid wrong zone error",

{ "v4.2.2", "2024-08-22" },
"#Bugs",
"- Fixed lua error on arrow if no questStep available",
Expand Down
13 changes: 7 additions & 6 deletions Routes/TheWarWithin/TheWarWithin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ APR.RouteQuestStepList["81-TWW-Intro"] = {
_index = 38
},
{
Button = { ["78718-1"] = 220483 },
Coord = { x = 4524, y = -770.20001220703 },
ExtraActionB = 1,
QpartPart = { [78719] = { 1 } },
Expand Down Expand Up @@ -873,6 +874,7 @@ APR.RouteQuestStepList["2248-TWW-Isle-of-Dorn"] = {
Qpart = { [82798] = { 1 }, [82799] = { 1 } },
Coord = { x = -2439, y = 1649.8 },
Fillers = { [83082] = { 1, 2 } },
ExtraLineText = "COMPLETE_OBJECTIVES_WHILE_HEADING_BACK_TO_SURFACE",
Range = 80,
Zone = 2248,
_index = 107
Expand Down Expand Up @@ -1778,11 +1780,11 @@ APR.RouteQuestStepList["2214-TWW-Ringing-Deeps"] = {
Qpart = { [80511] = { 1 } },
Zone = 2214
},
{ Coord = { x = -4269.8999023438, y = 1949 }, Faction = "Alliance",ExtraActionB = 1, Qpart = { [80511] = { 2 } }, Range = 5, Zone = 2214 },
{ Coord = { x = -4185.6000976562, y = 1996.9000244141 }, Faction = "Alliance",Qpart = { [80511] = { 3 } }, Range = 5, Zone = 2214 },
{ Coord = { x = -4167.5, y = 1960.4000244141 }, Faction = "Alliance", Qpart = { [80511] = { 4 } }, Range = 5, Zone = 2214 },
{ Done = { 80511 }, Faction = "Alliance", NoArrow = 1, Zone = 2214 },
{ Coord = { x = -4169, y = 1959.8000488281 }, Faction = "Alliance", PickUp = { 80512, 80513 }, Zone = 2214 },
{ Coord = { x = -4269.8999023438, y = 1949 }, Faction = "Alliance", ExtraActionB = 1, Qpart = { [80511] = { 2 } }, Range = 5, Zone = 2214 },
{ Coord = { x = -4185.6000976562, y = 1996.9000244141 }, Faction = "Alliance", Qpart = { [80511] = { 3 } }, Range = 5, Zone = 2214 },
{ Coord = { x = -4167.5, y = 1960.4000244141 }, Faction = "Alliance", Qpart = { [80511] = { 4 } }, Range = 5, Zone = 2214 },
{ Done = { 80511 }, Faction = "Alliance", NoArrow = 1, Zone = 2214 },
{ Coord = { x = -4169, y = 1959.8000488281 }, Faction = "Alliance", PickUp = { 80512, 80513 }, Zone = 2214 },
{
Coord = { x = -4182, y = 1964.9000244141 },
Faction = "Alliance",
Expand Down Expand Up @@ -11665,4 +11667,3 @@ APR.RouteQuestStepList["2255-TWW-Allied-Races-Earthen"] = {
_index = 158,
},
}

0 comments on commit c83450c

Please sign in to comment.