From 1688ff05071cd077f715a2e6ef2487d66f04fbed Mon Sep 17 00:00:00 2001 From: Artur91425 Date: Mon, 23 Oct 2017 22:04:40 +0300 Subject: [PATCH] unitframes: add additional warlock spells --- api/unitframes.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/api/unitframes.lua b/api/unitframes.lua index 0c3f1e05..b3772c70 100644 --- a/api/unitframes.lua +++ b/api/unitframes.lua @@ -1259,6 +1259,18 @@ function pfUI.uf:SetupBuffFilter() -- Soulstone table.insert(pfUI.uf.buffs, "interface\\icons\\spell_shadow_soulgem") + + -- Unending Breath + table.insert(pfUI.uf.buffs, "interface\\icons\\spell_shadow_demonbreath") + + -- Detect Greater Invisibility or Detect Invisibility + table.insert(pfUI.uf.buffs, "interface\\icons\\spell_shadow_detectinvisibility") + + -- Detect Lesser Invisibility + table.insert(pfUI.uf.buffs, "interface\\icons\\spell_shadow_detectlesserinvisibility") + + -- Paranoia + table.insert(pfUI.uf.buffs, "interface\\icons\\Spell_Shadow_AuraOfDarkness") end