From 9708ac50d1582c8a09eedba9b95ffd235c892ed9 Mon Sep 17 00:00:00 2001 From: Grookshank Date: Sun, 22 Oct 2017 15:31:22 +0200 Subject: [PATCH] unitframes: add warlock buffs --- api/unitframes.lua | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/api/unitframes.lua b/api/unitframes.lua index 5196e651..f457b98f 100644 --- a/api/unitframes.lua +++ b/api/unitframes.lua @@ -1245,6 +1245,19 @@ function pfUI.uf:SetupBuffFilter() end + -- [[ WARLOCK ]] + if myclass == "WARLOCK" then + -- Fire Shield + table.insert(pfUI.uf.buffs, "interface\\icons\\spell_fire_firearmor") + + -- Blood Pact + table.insert(pfUI.uf.buffs, "interface\\icons\\spell_shadow_bloodboil") + + -- Soulstone + table.insert(pfUI.uf.buffs, "interface\\icons\\spell_shadow_soulgem") + end + + -- [[ WARRIOR ]] if myclass == "WARRIOR" then -- Battle Shout