mirror of
https://github.com/vcmi/vcmi.git
synced 2025-03-25 21:38:59 +02:00
Wrong placement of onlyOnWaterMap in spells schema.
This commit is contained in:
parent
c3584f7f91
commit
4ce774a380
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user