From ed20e8cd1bb04fff105031e15d70e3ad3dcbb9ee Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Wed, 12 Apr 2023 06:31:20 -0700 Subject: [PATCH] Change default filterset Min characters should be 2, not 3 --- utils/defaultFilters.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/defaultFilters.tsx b/utils/defaultFilters.tsx index 8964346e..d2ff3917 100644 --- a/utils/defaultFilters.tsx +++ b/utils/defaultFilters.tsx @@ -1,7 +1,7 @@ const DEFAULT_FULL_AUTO = -1 const DEFAULT_AUTO_GUARD = -1 const DEFAULT_CHARGE_ATTACK = -1 -const DEFAULT_MIN_CHARACTERS = 3 +const DEFAULT_MIN_CHARACTERS = 2 const DEFAULT_MIN_WEAPONS = 5 const DEFAULT_MIN_SUMMONS = 2 const DEFAULT_NAME_QUALITY = false