Quantcast

Updated for Legion

Xruptor [07-24-16 - 22:15]
Updated for Legion
-Updated TOC for Legion
-You can now hold down the SHIFT key during combat to view the tooltips.
Filename
xanTooltipIcon.lua
xanTooltipIcon.toc
diff --git a/xanTooltipIcon.lua b/xanTooltipIcon.lua
index 098496a..a99432c 100644
--- a/xanTooltipIcon.lua
+++ b/xanTooltipIcon.lua
@@ -5,6 +5,11 @@

 local registry = {}

+local debugf = tekDebug and tekDebug:GetFrame("xanTooltipIcon")
+local function Debug(...)
+    if debugf then debugf:AddMessage(string.join(", ", tostringall(...))) end
+end
+
 local hookfactory = function(hook,orig)
 	return function(self,...)
 		local reg = registry[self]
diff --git a/xanTooltipIcon.toc b/xanTooltipIcon.toc
index 75cf958..4e2c87e 100644
--- a/xanTooltipIcon.toc
+++ b/xanTooltipIcon.toc
@@ -1,7 +1,7 @@
-## Interface: 60000
+## Interface: 70000
 ## Title: XanTooltipIcon
 ## Notes: Adds an icon to tooltips for achievement or item chat links.
 ## Author: Xruptor
-## Version: 1.8
+## Version: 1.9

 xanTooltipIcon.lua