From b25a7b621f0ff2918c9e33ec4cb7c6d6d7aab4f4 Mon Sep 17 00:00:00 2001 From: Kurt Date: Fri, 19 Nov 2021 22:38:37 -0800 Subject: [PATCH] Update BatchEditing.cs --- PKHeX.Core/Editing/Bulk/BatchEditing.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKHeX.Core/Editing/Bulk/BatchEditing.cs b/PKHeX.Core/Editing/Bulk/BatchEditing.cs index 1e0dde813..224ea0cbc 100644 --- a/PKHeX.Core/Editing/Bulk/BatchEditing.cs +++ b/PKHeX.Core/Editing/Bulk/BatchEditing.cs @@ -18,7 +18,7 @@ namespace PKHeX.Core { public static readonly Type[] Types = { - typeof (PK8), + typeof (PK8), typeof (PB8), typeof (PB7), typeof (PK7), typeof (PK6), typeof (PK5), typeof (PK4), typeof(BK4), typeof (PK3), typeof (XK3), typeof (CK3),