diff --git a/TeleportMenu.lua b/TeleportMenu.lua index cd35b61..0891933 100644 --- a/TeleportMenu.lua +++ b/TeleportMenu.lua @@ -816,6 +816,12 @@ function tpm:updateHearthstone() SetTextureByItemId(hearthstoneButton, db.hearthstone) hearthstoneButton:SetAttribute("type", "toy") hearthstoneButton:SetAttribute("toy", db.hearthstone) + hearthstoneButton:SetScript( + "OnEnter", + function(self) + tpm:setToolTip(self, "toy", db.hearthstone, true) + end + ) else if GetItemCount(6948) == 0 then print(APPEND .. L["No Hearthtone In Bags"])