mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-10 22:54:14 +00:00
Update WC8.cs
This commit is contained in:
parent
d257ad1b1a
commit
a6b704b887
1 changed files with 1 additions and 1 deletions
|
@ -561,7 +561,7 @@ namespace PKHeX.Core
|
|||
}
|
||||
}
|
||||
|
||||
if (Form != pkm.AltForm && !Legal.IsFormChangeable(Species, Form, pkm.AltForm, pkm.Format))
|
||||
if (Form != evo.Form && !Legal.IsFormChangeable(Species, Form, pkm.AltForm, pkm.Format))
|
||||
return false;
|
||||
|
||||
if (IsEgg)
|
||||
|
|
Loading…
Reference in a new issue