Skip to content

Commit

Permalink
fixed "Return to Camp" map tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaazu committed Aug 25, 2024
1 parent c774827 commit 44cdeef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caravana.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ icon.texture:SetAtlas(iconCamp)
icon.texture:SetAllPoints()
icon:Hide()
icon:SetScript("OnEnter", function(self)
local camp = C_Spell.GetSpellInfo(312372)
local camp = C_Spell.GetSpellInfo(312372).name
GameTooltip:SetOwner(self, "ANCHOR_RIGHT", 5, 0)
GameTooltip:SetText(format("%s\n|cFFFFFFFF%s", camp, db.place), _, _, _, _, true)
GameTooltip:Show()
Expand Down

0 comments on commit 44cdeef

Please # to comment.