diff --git a/Source/GrasscutterTools/Pages/PageGiveArtifact.Designer.cs b/Source/GrasscutterTools/Pages/PageGiveArtifact.Designer.cs index c91cafe..da9bb24 100644 --- a/Source/GrasscutterTools/Pages/PageGiveArtifact.Designer.cs +++ b/Source/GrasscutterTools/Pages/PageGiveArtifact.Designer.cs @@ -172,6 +172,7 @@ this.CmbMainAttribution.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.CmbMainAttribution.FormattingEnabled = true; this.CmbMainAttribution.Name = "CmbMainAttribution"; + this.CmbMainAttribution.SelectedIndexChanged += new System.EventHandler(this.ArtifactInputChanged); // // LblMainAttribution // diff --git a/Source/GrasscutterTools/Pages/PageGiveArtifact.resx b/Source/GrasscutterTools/Pages/PageGiveArtifact.resx index b94ee33..e621e31 100644 --- a/Source/GrasscutterTools/Pages/PageGiveArtifact.resx +++ b/Source/GrasscutterTools/Pages/PageGiveArtifact.resx @@ -706,6 +706,6 @@ PageGiveArtifact - GrasscutterTools.Pages.BasePage, GrasscutterTools, Version=1.7.4.0, Culture=neutral, PublicKeyToken=de2b1c089621e923 + GrasscutterTools.Pages.BasePage, GrasscutterTools, Version=1.9.0.0, Culture=neutral, PublicKeyToken=de2b1c089621e923 \ No newline at end of file