Merge pull request #1388 from sora10pls/master

Unban Diancite
This commit is contained in:
Kurt 2017-08-10 01:49:18 -07:00 committed by GitHub
commit 9295385098

View file

@ -1146,7 +1146,6 @@ namespace PKHeX.Core
710, // Jaw Fossil
711, // Sail Fossil
715, // Fairy Gem
764, // Diancite
};
#endregion
internal static readonly bool[] ReleasedHeldItems_7 = Enumerable.Range(0, MaxItemID_7+1).Select(i => HeldItems_SM.Contains((ushort)i) && !UnreleasedHeldItems_7.Contains(i)).ToArray();