Browse Source

Merge pull request #4644 from kdmcser/not_check_8_unit

not report warning in factory-town
Ivan Savenko 1 year ago
parent
commit
ab2cc6600f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/schemas/faction.json

+ 1 - 1
config/schemas/faction.json

@@ -96,7 +96,7 @@
 				"creatures" : {
 					"type" : "array",
 					"minItems" : 7,
-					"maxItems" : 7,
+					"maxItems" : 8,
 					"description" : "List of creatures available for recruitment on each level",
 					"items" : {
 						"type" : "array",