Mercurial > wow > askmrrobot
diff wait.lua @ 11:ece9167c0d1c v1.2.14.0
Localization support, combat log features (wipe command, aura/pet tracking, and realm detection).
| author | yellowfive | 
|---|---|
| date | Thu, 10 Jul 2014 12:24:59 -0700 | 
| parents | 880a7273759f | 
| children | 
line wrap: on
 line diff
--- a/wait.lua Wed May 21 00:01:02 2014 -0500 +++ b/wait.lua Thu Jul 10 12:24:59 2014 -0700 @@ -5,7 +5,7 @@ function AskMrRobot.wait(delay, func, ...) if(type(delay)~="number" or type(func)~="function") then - print("Bad Arguments to amr__wait"); + print(AMR_WAIT_BAD_ARGUMENTS); return false; end if(waitFrame == nil) then
