From 3f941c385ea262bf5055594d96e777fcfe20a8a1 Mon Sep 17 00:00:00 2001 From: Evgeny 'Riketta' Chugaev Date: Tue, 24 Jul 2018 03:47:14 +0300 Subject: [PATCH] Version 1.3: updated for BFA Increased loot time by 400 ms (that fixed "internal bag error") --- Warcraft Fishman/Bot.cs | 2 +- Warcraft Fishman/Properties/AssemblyInfo.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Warcraft Fishman/Bot.cs b/Warcraft Fishman/Bot.cs index cfebab3..c36ee7f 100644 --- a/Warcraft Fishman/Bot.cs +++ b/Warcraft Fishman/Bot.cs @@ -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; } diff --git a/Warcraft Fishman/Properties/AssemblyInfo.cs b/Warcraft Fishman/Properties/AssemblyInfo.cs index 864d84b..49143cc 100644 --- a/Warcraft Fishman/Properties/AssemblyInfo.cs +++ b/Warcraft Fishman/Properties/AssemblyInfo.cs @@ -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")]