Skip to content

Commit

Permalink
'Update'
Browse files Browse the repository at this point in the history
  • Loading branch information
BloodDragon2580 committed Aug 26, 2024
1 parent ecdf6dc commit 85206b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion MythicPlusDrop/MythicPlusDrop.toc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Interface: 110002
## Title: |cffd6266cMythicPlusDrop|r
## Version: 8.7
## Version: 8.8
## Notes: Info for Mythic Dungeons
## Author: BloodDragon2580
## SavedVariables: MythicPlusDrop_Config, MythicPlusDrop_Data
Expand Down
10 changes: 5 additions & 5 deletions MythicPlusDrop/ObjectiveTracker.lua
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,13 @@ local function ShowBlock(timerID, elapsedTime, timeLimit)
end
end

if C_AddOns.IsAddOnLoaded("!KalielsTracker") then
hooksecurefunc("KT_Scenario_ChallengeMode_UpdateTime", UpdateTime)
hooksecurefunc("KT_Scenario_ChallengeMode_ShowBlock", ShowBlock)
else
-- if C_AddOns.IsAddOnLoaded("!KalielsTracker") then
-- hooksecurefunc("KT_Scenario_ChallengeMode_UpdateTime", UpdateTime)
-- hooksecurefunc("KT_Scenario_ChallengeMode_ShowBlock", ShowBlock)
-- else
hooksecurefunc(ScenarioObjectiveTracker.ChallengeModeBlock, "UpdateTime", UpdateTime)
hooksecurefunc(ScenarioObjectiveTracker.ChallengeModeBlock, "Activate", ShowBlock)
end
-- end

local keystoneWasCompleted = false
function Mod:PLAYER_ENTERING_WORLD()
Expand Down

0 comments on commit 85206b4

Please sign in to comment.