From 76924c367a4a6e1ea4fd0dff3ebceb4ec5f9b59e Mon Sep 17 00:00:00 2001 From: shagu Date: Mon, 9 Jan 2017 20:52:11 +0100 Subject: [PATCH] unitframes: add battle shout --- modules/unitframes.lua | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/unitframes.lua b/modules/unitframes.lua index c6d29e6b..be228eeb 100644 --- a/modules/unitframes.lua +++ b/modules/unitframes.lua @@ -138,6 +138,13 @@ function pfUI.uf:SetupBuffFilter() -- Healing Way table.insert(pfUI.uf.buffs, "interface\\icons\\spell_nature_healingway") end + + + -- [[ WARRIOR ]] + if myclass == "WARRIOR" and pfUI_config.unitframes.raid.buffs_buffs == "1" then + -- Battle Shout + table.insert(pfUI.uf.buffs, "interface\\icons\\ability_warrior_battleshout") + end end function pfUI.uf:RefreshUnit(unit)