From 9b3708c9903c925ef4ef47865ab90a5ee8a07ece Mon Sep 17 00:00:00 2001 From: shagu Date: Fri, 18 May 2018 23:21:43 +0200 Subject: [PATCH] unitframes: add blessing of light buff indicator --- api/unitframes.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api/unitframes.lua b/api/unitframes.lua index 37a7d411..c327db2e 100644 --- a/api/unitframes.lua +++ b/api/unitframes.lua @@ -1528,6 +1528,10 @@ function pfUI.uf:SetupBuffFilter() -- Blessing of Might table.insert(pfUI.uf.buffs, "interface\\icons\\spell_holy_fistofjustice") table.insert(pfUI.uf.buffs, "interface\\icons\\spell_holy_greaterblessingofkings") + + -- Blessing of Light + table.insert(pfUI.uf.buffs, "interface\\icons\\spell_holy_prayerofhealing02") + table.insert(pfUI.uf.buffs, "interface\\icons\\spell_holy_greaterblessingoflight") end