From 87c9faa952327fcc6d195d9167ba424a412be5d6 Mon Sep 17 00:00:00 2001 From: elenmerbau Date: Sat, 21 Mar 2020 19:51:38 +0600 Subject: [PATCH] unitframes: add misdirection to buff indicators --- api/unitframes.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/api/unitframes.lua b/api/unitframes.lua index ca15bd52..4e3b7909 100644 --- a/api/unitframes.lua +++ b/api/unitframes.lua @@ -1908,6 +1908,12 @@ function pfUI.uf:SetupBuffFilter() table.insert(pfUI.uf.buffs, "interface\\icons\\spell_holy_flashheal") end + -- [[ HUNTER ]] + if myclass == "HUNTER" then + -- Misdirection (TBC) + table.insert(pfUI.uf.buffs, "interface\\icons\\ability_hunter_misdirection") + end + -- PROCS -- [[ SHAMAN ]] if (pfUI_config.unitframes.all_procs == "1" or myclass == "SHAMAN") and pfUI_config.unitframes.show_procs == "1" then