Add missing species setter

Closes #2100
This commit is contained in:
Kurt 2018-08-21 07:37:15 -07:00
parent 29f73993b1
commit 19f9765752

View file

@ -76,6 +76,8 @@ namespace PKHeX.Core
if (SpeciesID1 == updated)
return;
SpeciesID1 = updated;
Type_A = PersonalInfo.Type1;
Type_B = PersonalInfo.Type2;