1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-15 20:03:15 +02:00

Fix market of time, crashes game

This commit is contained in:
Andrii Danylchenko
2023-08-26 16:26:05 +03:00
committed by Ivan Savenko
parent 63a8cd9642
commit 55af9ed5a0

View File

@@ -870,7 +870,15 @@
},
"marketOfTime" : { // Unused/not implemented H3 object present on some RoE maps
"index" :50,
"handler": "generic"
"handler": "generic",
"types" : {
"object" : {
"index" : 0,
"aiValue" : 0,
"rmg" : {
}
}
}
},
"tavern" : {
"index" :95,