mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-23 14:45:00 -05:00
Fix wc6full -> 2064
This commit is contained in:
@@ -18,7 +18,7 @@ public WC6(byte[] data = null)
|
||||
{
|
||||
Data = Data.Skip(SizeFull - Size).ToArray();
|
||||
DateTime now = DateTime.Now;
|
||||
Year = (uint)(now.Year - 2000);
|
||||
Year = (uint)now.Year;
|
||||
Month = (uint)now.Month;
|
||||
Day = (uint)now.Day;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user