Skip to content

Commit

Permalink
turtle-wow: only patch libtotem if existing
Browse files Browse the repository at this point in the history
  • Loading branch information
shagu committed Feb 1, 2025
1 parent 757f525 commit 5a23120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/turtle-wow.lua
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pfUI:RegisterModule("turtle-wow", "vanilla", function ()

-- turtle wow totemic recall clear totem indicators
local _, class = UnitClass("player")
if class == "SHAMAN" then
if libtotem and class == "SHAMAN" then
local trecall = CreateFrame("Frame", "pfTotemsRecall", UIParent)
trecall:RegisterEvent("CHAT_MSG_SPELL_SELF_BUFF")
trecall:SetScript("OnEvent", function()
Expand Down

0 comments on commit 5a23120

Please sign in to comment.