From abb55cc39cdeeb7f83509d75e83ac2c05816db1c Mon Sep 17 00:00:00 2001 From: shagu Date: Mon, 2 Jan 2023 13:01:32 +0100 Subject: [PATCH] unitframes: add more paladin blessings as indicator - Blessing of Sacrifice - Blessing of Freedom - Blessing of Protection --- api/unitframes.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/api/unitframes.lua b/api/unitframes.lua index fe632add..74fcd96e 100644 --- a/api/unitframes.lua +++ b/api/unitframes.lua @@ -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