From d9da45bb3b23fafdf42fc5bcdafa8e0ece2447fb Mon Sep 17 00:00:00 2001 From: shagu Date: Sat, 21 Jul 2018 21:42:32 +0200 Subject: [PATCH] unitframes: fix indentation --- api/unitframes.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/unitframes.lua b/api/unitframes.lua index 7e5564eb..f5f5692d 100644 --- a/api/unitframes.lua +++ b/api/unitframes.lua @@ -1628,9 +1628,9 @@ function pfUI.uf:SetupBuffFilter() -- 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") + 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