From 91b6a31ca3f2ff130be194386e55cd09a5f9988d Mon Sep 17 00:00:00 2001 From: t3hWheez Date: Wed, 11 Jul 2018 03:29:22 +0000 Subject: [PATCH] unitframes: add shaman tier3 proc to buffs --- api/unitframes.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/api/unitframes.lua b/api/unitframes.lua index b36d27d2..7e5564eb 100644 --- a/api/unitframes.lua +++ b/api/unitframes.lua @@ -1625,6 +1625,12 @@ function pfUI.uf:SetupBuffFilter() -- Healing Way table.insert(pfUI.uf.buffs, "interface\\icons\\spell_nature_healingway") + + -- Totemic Power (known issue: one conflicts with Blessed Sunfruit buff) + table.insert(pfUI.uf.buffs, "interface\\icons\\spell_holy_spiritualguidence") + table.insert(pfUI.uf.buffs, "interface\\icons\\spell_holy_devotion") + table.insert(pfUI.uf.buffs, "interface\\icons\\spell_holy_holynova") + table.insert(pfUI.uf.buffs, "interface\\icons\\spell_magic_magearmor") end if (pfUI_config.unitframes.all_procs == "1" or myclass == "SHAMAN") and pfUI_config.unitframes.show_totems == "1" then