unitframes: add commanding shout to warrior buffs

This commit is contained in:
shagu
2020-02-19 21:43:07 +01:00
parent 6905b31fa0
commit d3a1e7b10b
+3 -1
View File
@@ -1859,8 +1859,10 @@ function pfUI.uf:SetupBuffFilter()
if myclass == "WARRIOR" then
-- Battle Shout
table.insert(pfUI.uf.buffs, "interface\\icons\\ability_warrior_battleshout")
end
-- Commanding Shout (TBC)
table.insert(pfUI.uf.buffs, "interface\\icons\\ability_warrior_rallyingcry")
end
-- [[ MAGE ]]
if myclass == "MAGE" then