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

Disable quick combat by default to avoid confusing players

This commit is contained in:
Ivan Savenko
2023-11-20 14:39:19 +02:00
parent e5e01ab35d
commit 845a259619

View File

@@ -255,7 +255,7 @@
},
"quickCombat" : {
"type" : "boolean",
"default" : true
"default" : false
},
"objectAnimation" : {
"type" : "boolean",