mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 12:33:06 +00:00
Update WB7.cs
This commit is contained in:
parent
9124a3c62b
commit
03940b54a5
1 changed files with 1 additions and 1 deletions
|
@ -470,7 +470,7 @@ namespace PKHeX.Core
|
||||||
if (CanBeAnyLanguage())
|
if (CanBeAnyLanguage())
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
return Array.IndexOf(Data, language, 0x1D8, 9) >= 0;
|
return Array.IndexOf(Data, (byte)language, 0x1D8, 9) >= 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
public bool CanBeAnyLanguage()
|
public bool CanBeAnyLanguage()
|
||||||
|
|
Loading…
Reference in a new issue