Skip to content

Commit 112ab79

Browse files
committed
Change into more reliable API
1 parent f39f647 commit 112ab79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

MethodAltManager.lua

+2-1
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,8 @@ function AltManager:CollectData(do_artifact)
344344
end
345345

346346
for k,v in pairs(dungeons) do
347-
local t, l = C_MythicPlus.GetWeeklyBestForMap(k);
347+
C_MythicPlus.RequestRewards();
348+
local l, cR, nR = C_MythicPlus.GetWeeklyChestRewardLevel();
348349
if l and l > highest_mplus then
349350
highest_mplus = l;
350351
end

0 commit comments

Comments
 (0)