mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-04-25 08:10:48 -05:00
Update WinFormsUtil.cs
This commit is contained in:
parent
5a53ae85bc
commit
302b5d1d90
|
|
@ -436,6 +436,7 @@ public static bool ExportMGDialog(DataMysteryGift gift, GameVersion origin)
|
|||
7 => GameVersion.GG.Contains(origin)
|
||||
? "Beluga Gift Record|*.wr7" + all
|
||||
: "Gen7 Mystery Gift|*.wc7;*.wc7full" + all,
|
||||
8 => "Gen8 Mystery Gift|*.wc8" + all,
|
||||
_ => string.Empty,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user