1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-22 22:13:35 +02:00

Fixed schema to account for lighthouse -> flaggable change

This commit is contained in:
Ivan Savenko 2024-11-03 14:36:54 +00:00
parent 22ee5110a3
commit d3f6ec5088

View File

@ -21,7 +21,7 @@
"enum" : [
"configurable", "dwelling", "hero", "town", "boat", "market", "hillFort", "shipyard", "monster", "resource", "static", "randomArtifact",
"randomHero", "randomResource", "randomTown", "randomMonster", "randomDwelling", "generic", "artifact", "borderGate", "borderGuard", "denOfThieves",
"event", "garrison", "heroPlaceholder", "keymaster", "lighthouse", "magi", "mine", "obelisk", "pandora", "prison", "questGuard", "seerHut", "sign",
"event", "garrison", "heroPlaceholder", "keymaster", "flaggable", "magi", "mine", "obelisk", "pandora", "prison", "questGuard", "seerHut", "sign",
"siren", "monolith", "subterraneanGate", "whirlpool", "terrain"
]
},