Skip to content

Commit

Permalink
added code to account for some lag when memming
Browse files Browse the repository at this point in the history
  • Loading branch information
nandor committed Jan 10, 2024
1 parent 5d1c2a5 commit 8491d96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion extras/version.lua
Original file line number Diff line number Diff line change
@@ -1 +1 @@
return { commitId = 'd3e3534 2024-01-10' }
return { commitId = '5d1c2a5 2024-01-10' }
3 changes: 3 additions & 0 deletions utils/rgmercs_utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,9 @@ function Utils.WaitCastReady(spell, maxWait)
maxWait = maxWait - 100
RGMercsLogger.log_verbose("Waiting for spell '%s' to be ready...", spell)
end

-- account for lag
mq.delay(500)
end

function Utils.WaitGlobalCoolDown()
Expand Down

0 comments on commit 8491d96

Please sign in to comment.