mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-15 08:47:14 +00:00
Fix BDSP V1.3.0 Suffix (#3465)
This commit is contained in:
parent
9aa5bbea2d
commit
9222bfa919
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ namespace PKHeX.Core
|
|||
V1_0 => "-1.0.0", // Launch Revision
|
||||
V1_1 => "-1.1.0", // 1.1.0
|
||||
V1_2 => "-1.2.0", // 1.2.0
|
||||
V1_3 => "-1.2.0", // 1.3.0
|
||||
V1_3 => "-1.3.0", // 1.3.0
|
||||
_ => throw new ArgumentOutOfRangeException(nameof(version)),
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue