Skip to content

Commit 1864f05

Browse files
committed
Grabbed newest library version for Patch 10.0.2.
1 parent b73ba63 commit 1864f05

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

SimpleObjectiveProgress.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ SimpleObjectiveProgress
33
Developed by: Simca@Malfurion-US (MMOSimca)
44
]]--
55

6-
76
-- Localized function references
87
local LOP = _G.LibStub("LibObjectiveProgress-1.0")
98

10-
119
-- OnTooltipSetUnit hook function
1210
local function SOP_Hook_OnTooltipSetUnit(self)
1311
if not self or not self.NumLines or self:NumLines() == 0 then return end
@@ -34,6 +32,5 @@ local function SOP_Hook_OnTooltipSetUnit(self)
3432
end
3533
end
3634

37-
3835
-- Set our hook function
3936
TooltipDataProcessor.AddTooltipPostCall(Enum.TooltipDataType.Unit, SOP_Hook_OnTooltipSetUnit)

0 commit comments

Comments
 (0)