Skip to content

Commit

Permalink
toc bump
Browse files Browse the repository at this point in the history
fixed GetSpellInfo lua error
  • Loading branch information
Zaazu committed Aug 25, 2024
1 parent a29af0f commit c774827
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Caravana.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 110000
## Interface: 110002
## Title: Caravana
## IconTexture: Interface/Addons/Caravana/Media/icon.tga
## Author: Beviselynt, Zaazu
Expand Down
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 = GetSpellInfo(312372)
local camp = C_Spell.GetSpellInfo(312372)
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 c774827

Please # to comment.