From 27a6fa1d56f99bf33abc30209b39bb43728bd2f8 Mon Sep 17 00:00:00 2001 From: shagu Date: Tue, 24 Jan 2017 23:26:10 +0100 Subject: [PATCH] unitframes: show magic debuffs for warlocks --- modules/unitframes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/unitframes.lua b/modules/unitframes.lua index 96b32e30..18f6d51d 100644 --- a/modules/unitframes.lua +++ b/modules/unitframes.lua @@ -41,7 +41,7 @@ function pfUI.uf:SetupDebuffFilter() local _, myclass = UnitClass("player") pfUI.uf.debuffs = {} if pfUI_config.unitframes.raid.debuffs_enable == "1" then - if myclass == "PALADIN" or myclass == "PRIEST" or pfUI_config.unitframes.raid.debuffs_class ~= "1" then + if myclass == "PALADIN" or myclass == "PRIEST" or myclass == "WARLOCK" or pfUI_config.unitframes.raid.debuffs_class ~= "1" then table.insert(pfUI.uf.debuffs, "magic") end