unitframes: add blessing of light buff indicator

This commit is contained in:
shagu
2018-05-18 23:21:43 +02:00
parent ca0ed4facf
commit 9b3708c990
+4
View File
@@ -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