Quantcast

Better tooltip position

Adrian L Lange [04-27-13 - 19:24]
Better tooltip position
Filename
HabeebIt.lua
diff --git a/HabeebIt.lua b/HabeebIt.lua
index 12c36fd..639aa16 100644
--- a/HabeebIt.lua
+++ b/HabeebIt.lua
@@ -31,7 +31,7 @@ local function OnUpdate(self, elapsed)
 end

 local function OnEnter(self)
-	GameTooltip:SetOwner(self, 'ANCHOR_RIGHT')
+	GameTooltip:SetOwner(self, 'ANCHOR_TOPLEFT')
 	GameTooltip:SetItemByID(self.itemID)

 	self:SetScript('OnUpdate', OnUpdate)