Skip to content

Commit

Permalink
Update to v5.5
Browse files Browse the repository at this point in the history
Fix Tooltip
  • Loading branch information
BloodDragon2580 committed Nov 19, 2022
1 parent 7a9b8e5 commit 34eb5f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 100002
## Title: |cffd6266cMythicPlusDrop|r
## Version: 5.4
## Version: 5.5
## Author: BloodDragon2580
## Notes: Info for Mythic Dungeons

Expand Down
2 changes: 1 addition & 1 deletion MythicPlusDrop/Tooltip.lua
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ MythicPlusDropTooltip = {}
function MythicPlusDropTooltip:Init()
hooksecurefunc(ItemRefTooltip, 'SetHyperlink', DecorateTooltip)
ItemRefTooltip:HookScript('OnTooltipSetItem', DecorateTooltip)
GameTooltip:HookScript('OnTooltipSetItem', DecorateTooltip)
TooltipDataProcessor.AddTooltipPostCall(Enum.TooltipDataType.Item, DecorateTooltip)
end

0 comments on commit 34eb5f4

Please sign in to comment.