1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-26 03:52:01 +02:00

Fix useless template setting

This commit is contained in:
Tomasz Zieliński 2023-06-12 20:33:21 +02:00
parent 3d3c97bf93
commit 5219f1db9d

View File

@ -233,9 +233,7 @@
"mines" : { "wood" : 0, "mercury" : 0, "ore" : 0, "sulfur" : 0, "crystal" : 0, "gems" : 0, "gold" : 10 },
"treasure" :
[
{ "min" : 30000, "max" : 90000, "density" : 25 },
{ "min" : 0, "max" : 0, "density" : 1 },
{ "min" : 0, "max" : 0, "density" : 1 }
{ "min" : 30000, "max" : 90000, "density" : 25 }
]
},
"6" :