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:
Casper V. Kristensen 2020-10-18 23:26:04 +02:00
parent 054d03039f
commit f22939b979
Signed by: caspervk
GPG key ID: 289CA03790535054

View file

@ -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)