Skip to content

Commit

Permalink
Merge pull request #2 from Zaazu/master
Browse files Browse the repository at this point in the history
Toc bump
Updated tooltip fix
Thanks @Zaazu for that!
  • Loading branch information
gi2k15 authored Nov 23, 2022
2 parents 7e4f2c5 + 9541647 commit 10e2d62
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: 90100
## Interface: 100002
## Title: Caravana
## Author: Beviselynt
## Notes: Reminds you the location of your Vulpera camp.
Expand Down
2 changes: 1 addition & 1 deletion caravana.lua
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ for k, v in pairs(events) do
f:RegisterEvent(k)
end

GameTooltip:HookScript("OnTooltipSetSpell", function(self)
TooltipDataProcessor.AddTooltipPostCall(Enum.TooltipDataType.Spell, function(self)
local _, SpellID = self:GetSpell()
if SpellID == 312372 and db.place then
self:AddLine(atlasCamp .. " " .. db.place, 0.94, 0.9, 0.55, true)
Expand Down

0 comments on commit 10e2d62

Please # to comment.