1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-26 03:52:01 +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 Andrii Danylchenko
parent 5ec2f39fd5
commit 2fef0e8d40

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,