f8f03f1 - Fix inspect caching, should now properly cache for 60 sec
[wowui.git] / OmaRF / RaidFrame.lua
index be5a347..89e728c 100644 (file)
@@ -75,7 +75,7 @@ local function showTooltip(secure)
 end
 
 local function hideTooltip(secure)
-    if GameTooltip:IsOwned(secure) then GameTooltip:FadeOut() end
+    if GameTooltip:IsOwned(secure) then GameTooltip:Hide() end
 end
 
 local function setupFrame(frame, secure, unit)