Objective Frame can have 13 objectives visible
This commit is contained in:
@@ -71,7 +71,7 @@ S:AddCallbackForAddon("Ascension_PathToAscension", "Skin_PathToAscension", funct
|
||||
PathToAscensionFrameObjectivesScrollFrameArtOverlay:StripTextures(true)
|
||||
|
||||
-- Reskin the objectives list
|
||||
for i = 1, 12 do
|
||||
for i = 1, 13 do
|
||||
local objectiveButton = _G["PathToAscensionFrameObjectivesScrollFrameButton"..i]
|
||||
S:HandleButton(objectiveButton, true)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user