You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After using Squire for Roll on my Monk, it felt strange not having it work for Sprint on Rogue. I added this code and it seems to be working fine...
if isA("ROGUE") then
addon:RegisterSpecialSpells(
2983, "", 30, nil, nil -- Sprint
)
end
Would like to see it officially added to Squire. The actual speed for Sprint is 70%, but I thought it might conflict with my current 60% ground mount speed, so I set it to 30. No problems so far.
The text was updated successfully, but these errors were encountered:
After using Squire for Roll on my Monk, it felt strange not having it work for Sprint on Rogue. I added this code and it seems to be working fine...
if isA("ROGUE") then
addon:RegisterSpecialSpells(
2983, "", 30, nil, nil -- Sprint
)
end
Would like to see it officially added to Squire. The actual speed for Sprint is 70%, but I thought it might conflict with my current 60% ground mount speed, so I set it to 30. No problems so far.
The text was updated successfully, but these errors were encountered: