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:
committed by
Ivan Savenko
parent
63a8cd9642
commit
55af9ed5a0
@@ -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,
|
||||
|
Reference in New Issue
Block a user