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