unitframes: add battle shout

This commit is contained in:
shagu
2017-01-09 20:52:11 +01:00
parent 144fb4266b
commit 76924c367a
+7
View File
@@ -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)