Skip to content

Commit

Permalink
'Update'
Browse files Browse the repository at this point in the history
  • Loading branch information
BloodDragon2580 committed Aug 14, 2024
1 parent cc5a31c commit 68f2398
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MythicPlusDrop/Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ end

function Addon:RegisterAddOnLoaded(name, callback, func)
if func == nil then func = 0 end
if IsAddOnLoaded(name) then
if C_AddOns.IsAddOnLoaded(name) then
if func == 0 then
callback[name](callback)
else
Expand Down
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.1
## Version: 8.2
## Notes: Info for Mythic Dungeons
## Author: BloodDragon2580
## SavedVariables: MythicPlusDrop_Config, MythicPlusDrop_Data
Expand Down

0 comments on commit 68f2398

Please sign in to comment.