From d3a1e7b10b63c3a4c07c6fb4d843f35efc5591a5 Mon Sep 17 00:00:00 2001 From: shagu Date: Wed, 19 Feb 2020 21:43:07 +0100 Subject: [PATCH] unitframes: add commanding shout to warrior buffs --- api/unitframes.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/api/unitframes.lua b/api/unitframes.lua index 4038bd3b..867310c8 100644 --- a/api/unitframes.lua +++ b/api/unitframes.lua @@ -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