mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-22 15:46:56 +00:00
unitframes: add warlock buffs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user