Skip to content

Commit

Permalink
changelog v4.4.4 (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neogeekmo authored Sep 4, 2024
1 parent 1e5ec80 commit 92955e1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
7 changes: 7 additions & 0 deletions APR-Core/ChangeLog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,13 @@ end

function APR.changelog:SetChangeLog()
local news = {
{ "v4.4.4", "2024-09-04" },
"#Features",
"- Added `Quest Order List` show/hide option in the current step menu",

"#TWW",
"- Added - TWW - Light in the Dark Storyline route",

{ "v4.4.3", "2024-09-02" },
"#Features",
"- Added new `WaypointDB` step option",
Expand Down
1 change: 0 additions & 1 deletion APR-Core/QuestOrderList.lua
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,6 @@ function APR.questOrderList:AddStepFromRoute(forceRendering)
return true
end
local questObjectiveId = questID .. '-' .. objectiveIndex
-- //TODO Remove or add APR.BonusObj from quest handler
if (isMaxLevel and APR.BonusObj and APR:Contains(APR.BonusObj, questObjectiveId)) or APRData[APR.PlayerID].BonusSkips[questID] then
return true
end
Expand Down
2 changes: 1 addition & 1 deletion APR-Core/database/Quest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ APR.ProgressbarIgnore = {
["57724-2"] = 1,
}

-- //TODO check what is that shit
-- // Mandatory to avoid error on bonus quests
APR.BonusObj = {
---- WoD Bonus Obj ----
36473,
Expand Down

0 comments on commit 92955e1

Please sign in to comment.