3pT2BS: Don't automatically switch back to normal gear immediately after casting Battle Shout, to avoid no BS being cast due to batched/slow ticking rage generation.
This commit is contained in:
parent
054d03039f
commit
f22939b979
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ button:SetScript("PreClick", function (self, button, down)
|
|||
if not has3pT2() then
|
||||
return self:SetAttribute("macrotext", actions.putWrathOn)
|
||||
end
|
||||
return self:SetAttribute("macrotext", actions.castBattleShout .. actions.takeWrathOff)
|
||||
return self:SetAttribute("macrotext", actions.castBattleShout)
|
||||
end)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue