Skip to content

Commit

Permalink
Version 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
grimmgringo committed Aug 10, 2016
1 parent 4d1538e commit 336028f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions NecroBot for Pokemon Go.sln
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ Global
{E75D21C4-8E71-4A69-9B80-3F9A7368D2B3}.Debug|x86.Deploy.0 = Debug|x86
{E75D21C4-8E71-4A69-9B80-3F9A7368D2B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E75D21C4-8E71-4A69-9B80-3F9A7368D2B3}.Release|Any CPU.Build.0 = Release|Any CPU
{E75D21C4-8E71-4A69-9B80-3F9A7368D2B3}.Release|x86.ActiveCfg = Release|Any CPU
{E75D21C4-8E71-4A69-9B80-3F9A7368D2B3}.Release|x86.Build.0 = Release|Any CPU
{E75D21C4-8E71-4A69-9B80-3F9A7368D2B3}.Release|x86.ActiveCfg = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
2 changes: 1 addition & 1 deletion PoGo.NecroBot.CLI/ConsoleEventListener.cs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ private static void HandleEvent(FortFailedEvent fortFailedEvent, ISession sessio
private static void HandleEvent(FortTargetEvent fortTargetEvent, ISession session)
{

int intTimeForArrival = (int) ( fortTargetEvent.Distance / ( session.LogicSettings.WalkingSpeedInKilometerPerHour * 0.8 ) );
int intTimeForArrival = (int) ( fortTargetEvent.Distance / ( session.LogicSettings.WalkingSpeedInKilometerPerHour * 0.5 ) );

Logger.Write(
session.Translation.GetTranslation(TranslationString.EventFortTargeted, fortTargetEvent.Name,
Expand Down
4 changes: 2 additions & 2 deletions PoGo.NecroBot.CLI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("0.8.1")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("0.8.2")]
[assembly: AssemblyFileVersion("0.8.2.0")]
2 changes: 1 addition & 1 deletion PoGo.NecroBot.Logic/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("0.8.1")]
[assembly: AssemblyVersion("0.8.2")]
[assembly: AssemblyFileVersion("1.0.0.0")]

0 comments on commit 336028f

Please sign in to comment.