Skip to content

Commit

Permalink
Templates: Fix Totem templates
Browse files Browse the repository at this point in the history
  • Loading branch information
InfusOnWoW committed Sep 11, 2024
1 parent b0ebac7 commit a61708f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WeakAurasTemplates/TriggerTemplates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ local function createTotemTrigger(triggers, position, item)
type = WeakAuras.GetTriggerCategoryFor("Totem"),
event = "Totem",
use_totemName = item.totemNumber == nil,
totemName = GetSpellInfo(item.spell),
totemName = TemplatePrivate.Private.ExecEnv.GetSpellInfo(item.spell),
}
};
if (item.totemNumber) then
Expand Down

0 comments on commit a61708f

Please sign in to comment.