Skip to content

Commit

Permalink
Change ChallengeMode to MythicPlus API. Fixes #1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sefriol committed Aug 12, 2018
1 parent 0ca3c89 commit f39f647
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions MethodAltManager.lua
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,7 @@ function AltManager:CollectData(do_artifact)
end

for k,v in pairs(dungeons) do
C_ChallengeMode.GetMapUIInfo(k);
local _, t, l = C_ChallengeMode.RequestLeaders(k);
local t, l = C_MythicPlus.GetWeeklyBestForMap(k);
if l and l > highest_mplus then
highest_mplus = l;
end
Expand Down

0 comments on commit f39f647

Please sign in to comment.