Skip to content

Commit

Permalink
旧作ポケモンのデータが取得できない不具合を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
rusted-coil committed Oct 23, 2020
1 parent aac6983 commit 7e29e5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OneStar/RaidData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ public Pokemon(RaidTemplate entry, int rank)
if (info.ATK == 0)
{
info = PersonalTable.USUM[DataSpecies];
IsDataSWSH = false;
}

// レイドデータで固定されているのはイエッサン、ニャオニクス、エンニュートのみ
Expand Down

0 comments on commit 7e29e5d

Please sign in to comment.