Slam should reset swing timer
Montegomery opened this issue ยท 0 comments
The Warrior ability Slam resets the swing timer for both MH and OH swings. Realistically nobody is going to use Slam while Dual Wielding, but it's part of a notable 2H build for Warriors.
Changing the conditional on lines 140-141 of the Abar_spellhit function in AbarClassic.lua to the following would be a big QoL improvement for Warriors:
if (spell == "Raptor Strike" or spell == "Heroic Strike" or
spell == "Maul" or spell == "Cleave" or spell == "Slam") and abar.h2h then