Fix location suggestion

some games don't have location set to the slot, just copy from area
closes #1402
This commit is contained in:
Kurt 2017-08-18 19:36:16 -07:00
parent db4c8640fb
commit 309ef8bc34

View file

@ -44,8 +44,8 @@ namespace PKHeX.Core
var first = slots.First();
var encounter = new EncounterStatic
{
Location = area.Location,
Species = first.Species,
Location = first.Location,
Level = first.LevelMin,
};
if (loc != -1) // forced location