Change default filterset
Min characters should be 2, not 3
This commit is contained in:
parent
72fdfc1192
commit
ed20e8cd1b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue