mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-07-29 18:27:43 -05:00
Fix wc6full -> 2064
This commit is contained in:
parent
e7834416ea
commit
1d32ef12f3
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user