Bugfix
Scott Sibley [07-22-11 - 15:33]
diff --git a/Modules/Fade/Fade.lua b/Modules/Fade/Fade.lua
index 2e05d9e..d851acd 100644
--- a/Modules/Fade/Fade.lua
+++ b/Modules/Fade/Fade.lua
@@ -90,7 +90,8 @@ local updateExistenceFrame = CreateFrame("Frame")
local updateAlphaFrame = CreateFrame("Frame")
local checkExistence = function()
- if not UnitExists(StarTip.unit or "mouseover") then
+ if not UnitExists(StarTip.unit or "mouseover") and mod.isUnit then
+print("llolllll")
updateExistenceFrame:SetScript("OnUpdate", nil)
local kind
if StarTip.unit == "mousever" then