We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b73ba63 commit 1864f05Copy full SHA for 1864f05
1 file changed
SimpleObjectiveProgress.lua
@@ -3,11 +3,9 @@ SimpleObjectiveProgress
3
Developed by: Simca@Malfurion-US (MMOSimca)
4
]]--
5
6
-
7
-- Localized function references
8
local LOP = _G.LibStub("LibObjectiveProgress-1.0")
9
10
11
-- OnTooltipSetUnit hook function
12
local function SOP_Hook_OnTooltipSetUnit(self)
13
if not self or not self.NumLines or self:NumLines() == 0 then return end
@@ -34,6 +32,5 @@ local function SOP_Hook_OnTooltipSetUnit(self)
34
32
end
35
33
36
37
38
-- Set our hook function
39
TooltipDataProcessor.AddTooltipPostCall(Enum.TooltipDataType.Unit, SOP_Hook_OnTooltipSetUnit)
0 commit comments