Change default filterset

Min characters should be 2, not 3
This commit is contained in:
Justin Edmund 2023-04-12 06:31:20 -07:00
parent 72fdfc1192
commit ed20e8cd1b

View file

@ -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