From 756e1692c40d294e05d7be51aae7e8a69ed4d8f2 Mon Sep 17 00:00:00 2001 From: shagu Date: Sat, 18 Feb 2017 11:43:14 +0100 Subject: [PATCH] unitframes: update priest buffs --- modules/unitframes.lua | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/modules/unitframes.lua b/modules/unitframes.lua index a7acf4c7..61e99563 100644 --- a/modules/unitframes.lua +++ b/modules/unitframes.lua @@ -91,8 +91,15 @@ function pfUI.uf:SetupBuffFilter() table.insert(pfUI.uf.buffs, "interface\\icons\\spell_holy_prayeroffortitude") -- Prayer of Spirit - table.insert(pfUI.uf.buffs, "interface\\icons\\spell_divinespirit") + table.insert(pfUI.uf.buffs, "interface\\icons\\spell_holy_divinespirit") table.insert(pfUI.uf.buffs, "interface\\icons\\spell_holy_prayerofspirit") + + -- Shadow Protection + table.insert(pfUI.uf.buffs, "interface\\icons\\spell_shadow_antishadow") + table.insert(pfUI.uf.buffs, "interface\\icons\\spell_holy_prayerofshadowprotection") + + -- Fear Ward + table.insert(pfUI.uf.buffs, "interface\\icons\\spell_holy_excorcism") end if (pfUI_config.unitframes.raid.buffs_classonly ~= "1" or myclass == "PRIEST") and pfUI_config.unitframes.raid.buffs_hots == "1" then