mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-09 12:35:20 -05:00
Fixed rebattling BDSP trainers (#3481)
This commit is contained in:
parent
841fcde2b2
commit
f740e1dd72
|
|
@ -39,7 +39,7 @@ public void RebattleAll()
|
|||
{
|
||||
for (int i = 0; i < COUNT_TRAINER; i++)
|
||||
{
|
||||
SetIsWin(i, true);
|
||||
SetIsWin(i, false);
|
||||
SetIsBattleSearcher(i, true);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user