diff --git a/ZoraGenWpf/ViewSecretsWindow.xaml.cs b/ZoraGenWpf/ViewSecretsWindow.xaml.cs index f1ef3bc..0138462 100644 --- a/ZoraGenWpf/ViewSecretsWindow.xaml.cs +++ b/ZoraGenWpf/ViewSecretsWindow.xaml.cs @@ -59,7 +59,7 @@ private void SetSecrets() if (_info.IsLinkedGame) { - Game game = _info.Game == Game.Ages ? Game.Seasons : Game.Seasons; + Game game = _info.Game == Game.Ages ? Game.Seasons : Game.Ages; GameRegion region = _info.Region; short gameId = _info.GameID;