Skip to content

Commit b73ba63

Browse files
committed
Updated for Patch 10.0.2's tooltip changes.
1 parent dd412b0 commit b73ba63

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

SimpleObjectiveProgress.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ end
3636

3737

3838
-- Set our hook function
39-
GameTooltip:HookScript("OnTooltipSetUnit", SOP_Hook_OnTooltipSetUnit)
39+
TooltipDataProcessor.AddTooltipPostCall(Enum.TooltipDataType.Unit, SOP_Hook_OnTooltipSetUnit)

SimpleObjectiveProgress.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Interface: 90100
1+
## Interface: 100002
22
## Title: SimpleObjectiveProgress
33
## Author: Simca
44
## Notes: SimpleObjectiveProgress is a basic addon designed to add NPC weight information for quest objectives to NPC tooltips.

0 commit comments

Comments
 (0)