1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-02-03 13:01:33 +02:00

Fix Whirlpool sounds

This commit is contained in:
Ivan Savenko 2023-03-28 19:05:38 +03:00
parent 6d04c0b4db
commit be52d46981

View File

@ -215,7 +215,7 @@
"handler" : "whirlpool",
"base" : {
"sounds" : {
"ambient" : ["LOOPWHIRL"],
"ambient" : ["LOOPWHIR"],
"visit" : ["DANGER"]
}
},