I've increased the WoL range to 75 and replaced the dashing strike logic so it only uses it OOC instead of dashing into the middle of a pack every chance it got. Make sure you set your slider for trash range combat to 75 too.
REPLACE
// Dashing Strike
if...
It's automatic, if your wearing Tzo's it increases your range - they added this variable into the monk file;
float wolRange = Legendary.TzoKrinsGaze.IsEquipped ? 55f : 16f;
And then WOL calls that variable for range.