mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +02:00 
			
		
		
		
	Wrong placement of onlyOnWaterMap in spells schema.
This commit is contained in:
		| @@ -30,11 +30,11 @@ | ||||
| 		}, | ||||
| 		"width" : { | ||||
| 			"type" : "number", | ||||
| 			"description" : "Width ob obstacle" | ||||
| 			"description" : "Width of obstacle" | ||||
| 		}, | ||||
| 		"height" : { | ||||
| 			"type" : "number", | ||||
| 			"description" : "height if obstacle" | ||||
| 			"description" : "height of obstacle" | ||||
| 		}, | ||||
| 		"blockedTiles" : { | ||||
| 			"type" : "array", | ||||
|   | ||||
| @@ -308,10 +308,10 @@ | ||||
| 					"$ref" : "#/definitions/levelInfo" | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"onlyOnWaterMap" : { | ||||
| 			"type" : "boolean", | ||||
| 			"description" : "It true, spell won't be available on a map without water" | ||||
| 		} | ||||
| 	}, | ||||
| 	"onlyOnWaterMap" : { | ||||
| 		"type" : "boolean", | ||||
| 		"description" : "It true, spell won't be available on a map without water" | ||||
| 	} | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user