mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-24 08:36:04 +00:00
unitframes: add more paladin blessings as indicator
- Blessing of Sacrifice - Blessing of Freedom - Blessing of Protection
This commit is contained in:
@@ -2163,6 +2163,12 @@ function pfUI.uf:SetupBuffIndicators(config)
|
||||
-- Blessing of Light
|
||||
table.insert(indicators, "interface\\icons\\spell_holy_prayerofhealing02")
|
||||
table.insert(indicators, "interface\\icons\\spell_holy_greaterblessingoflight")
|
||||
-- Blessing of Sacrifice
|
||||
table.insert(indicators, "interface\\icons\\spell_holy_sealofsacrifice")
|
||||
-- Blessing of Freedom
|
||||
table.insert(indicators, "interface\\icons\\spell_holy_sealofvalor")
|
||||
-- Blessing of Protection
|
||||
table.insert(indicators, "interface\\icons\\spell_holy_sealofprotection")
|
||||
end
|
||||
|
||||
if myclass == "WARLOCK" then
|
||||
|
||||
Reference in New Issue
Block a user