mirror of
https://github.com/vcmi/vcmi.git
synced 2025-04-17 11:56:46 +02:00
Fix market of time, crashes game
This commit is contained in:
parent
5ec2f39fd5
commit
2fef0e8d40
@ -870,7 +870,15 @@
|
|||||||
},
|
},
|
||||||
"marketOfTime" : { // Unused/not implemented H3 object present on some RoE maps
|
"marketOfTime" : { // Unused/not implemented H3 object present on some RoE maps
|
||||||
"index" :50,
|
"index" :50,
|
||||||
"handler": "generic"
|
"handler": "generic",
|
||||||
|
"types" : {
|
||||||
|
"object" : {
|
||||||
|
"index" : 0,
|
||||||
|
"aiValue" : 0,
|
||||||
|
"rmg" : {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"tavern" : {
|
"tavern" : {
|
||||||
"index" :95,
|
"index" :95,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user