William12 mentioned this in the RG Discord but I figured it should be on the forums for posterity.
Bards that are endurance starved are not pausing engage when they use Rallying Solo. The fix for this is to find
and change it to
Congratulations.
Bards that are endurance starved are not pausing engage when they use Rallying Solo. The fix for this is to find
/if (${Me.Song[Rallying Call].ID} && ${Select[${Role},tank,pullertank]}==0) /return and change it to
/if (${Select[${Role},tank,pullertank]}==0 && (${Me.Song[Rallying Call].ID} || ${Me.Song[Rallying Solo].ID})) /returnCongratulations.

