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
|
@ -49,7 +49,7 @@ button:SetScript("PreClick", function (self, button, down)
|
||||||
if not has3pT2() then
|
if not has3pT2() then
|
||||||
return self:SetAttribute("macrotext", actions.putWrathOn)
|
return self:SetAttribute("macrotext", actions.putWrathOn)
|
||||||
end
|
end
|
||||||
return self:SetAttribute("macrotext", actions.castBattleShout .. actions.takeWrathOff)
|
return self:SetAttribute("macrotext", actions.castBattleShout)
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue