Fix species in slots time replace for DPPt

This commit is contained in:
javierhimura 2017-03-30 22:25:08 +02:00
parent 9bac13ced9
commit e93ebf838e

View file

@ -408,7 +408,7 @@ namespace PKHeX.Core
continue;
var slot = GrassSlots[slotnums[j]].Clone();
slot.Species = j;
slot.Species = species;
slot.Type = t;
slots.Add(slot);
}