From b982c1abe8d5058a97072097e1bd46886b24ae4e Mon Sep 17 00:00:00 2001 From: dlebansais Date: Mon, 25 Nov 2019 20:42:02 +0100 Subject: [PATCH] Fixed an issue if the program was never started on a new computer. --- PgBrewer/MainWindow.xaml.cs | 6 +----- PgBrewer/Properties/AssemblyInfo.cs | 4 ++-- PgBrewer/Resources/EffectList.txt | 4 ++-- 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/PgBrewer/MainWindow.xaml.cs b/PgBrewer/MainWindow.xaml.cs index 473e8e8..9e9128a 100644 --- a/PgBrewer/MainWindow.xaml.cs +++ b/PgBrewer/MainWindow.xaml.cs @@ -829,16 +829,12 @@ public void OnGotFocus(ComboBox sender) CanGoBack = (Owner.Previous != null); CanGoForward = (Owner.Next != null); - - System.Diagnostics.Debug.WriteLine("Got Focus " + CanGoBack + " " + CanGoForward); } public void OnLostFocus(ComboBox sender) { //CanGoBack = false; //CanGoForward = false; - - System.Diagnostics.Debug.WriteLine("Lost Focus"); } private void OnBack(object sender, RoutedEventArgs e) @@ -1062,7 +1058,7 @@ public bool GetPreviousLineIndex(IFourComponentsAlcohol next, IFourComponentsAlc } previousLineIndex = -1; - return true; + return false; } private int GetPreviousToNextIndex(ComponentAssociationCollection associationList, int previousIndex) diff --git a/PgBrewer/Properties/AssemblyInfo.cs b/PgBrewer/Properties/AssemblyInfo.cs index 9484b3f..9affb03 100644 --- a/PgBrewer/Properties/AssemblyInfo.cs +++ b/PgBrewer/Properties/AssemblyInfo.cs @@ -51,5 +51,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.0.0.6")] -[assembly: AssemblyFileVersion("1.0.0.6")] +[assembly: AssemblyVersion("1.0.0.8")] +[assembly: AssemblyFileVersion("1.0.0.8")] diff --git a/PgBrewer/Resources/EffectList.txt b/PgBrewer/Resources/EffectList.txt index d5f8753..cd37ea7 100644 --- a/PgBrewer/Resources/EffectList.txt +++ b/PgBrewer/Resources/EffectList.txt @@ -323,7 +323,7 @@ Dwarven Stout;(?) Sprint Speed Boost -1.5, Taunt From Attack Damage +30%;Taunter Dwarven Stout;(?) Taunt From Attack Damage -10.5%;;of Meekness Dwarven Stout;(?) Taunt From Attack Damage +20%;Taunter's; Dwarven Stout;(?) Unarmed Ability Power Cost -6%, Shield Ability Power Cost -7%, Sword Ability Power Cost -7%;; -Potato Vodka;(?) Burst Attacks +10 Damage to Elite +Potato Vodka;Your burst attacks deal +10 damage to Elite ennemies;;of Elite-Killing Potato Vodka;(?) Chance for Your Attacks to Miss +33%, Sprint Boost (Out of Combat) +0.1 Potato Vodka;(?) Chance to chop extra Perfect Wood +10%, Chance to chop extra wood +24 % Potato Vodka;(?) Chance to Evade Melee Attacks +1% @@ -430,7 +430,7 @@ Potato Vodka;(?) Sprint Speed Boost -1.5, Taunt from Attack Damage +10% Potato Vodka;(?) take -1 damage from elite Potato Vodka;Taunt From Attack Damage -1%;;of Meekness Potato Vodka;Taunt From Attack Damage +1%;Taunter's; -Applejack;(?) Burst Attacks +10 Damage to Elite +Applejack;Your burst attacks deal +19 damage to Elite ennemies;;of Elite-Killing Applejack;(?) Chance for Your Attacks to Miss +33%, Sprint Boost (Out of Combat) +0.1 Applejack;(?) Chance to chop extra Perfect Wood +10%, Chance to chop extra wood +24 % Applejack;(?) Chance to Evade Melee Attacks +1%