Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local function OnEnterFrame(self, motion)
- GameTooltip:Hide()
- GameTooltip:SetOwner(self, "ANCHOR_RIGHT")
- if (self.type == 1) then
- GameTooltip:SetSpellByID(self.id)
- end
- GameTooltip:SetFrameLevel(5)
- GameTooltip:Show()
- end
Advertisement
Add Comment
Please, Sign In to add comment