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