Skip to content

Commit

Permalink
Version 1.3: updated for BFA
Browse files Browse the repository at this point in the history
Increased loot time by 400 ms (that fixed "internal bag error")
  • Loading branch information
Evgeny 'Riketta' Chugaev committed Jul 24, 2018
1 parent 9a3ac95 commit 3f941c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Warcraft Fishman/Bot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public bool Fishing(Action fishing)
logger.Info("Mouse click");
DeviceManager.MouseClickLMB(handle);
logger.Info("Loot delay");
Thread.Sleep(600);
Thread.Sleep(1000);

return true;
}
Expand Down
2 changes: 1 addition & 1 deletion Warcraft Fishman/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.*")]
[assembly: AssemblyVersion("1.3.*")]
[assembly: AssemblyFileVersion("1.0.0.0")]

0 comments on commit 3f941c3

Please sign in to comment.