From b1fd74010f1930cbf814c8bef185e0f282467e52 Mon Sep 17 00:00:00 2001 From: Oliver Brakmann Date: Sat, 19 Mar 2016 23:07:59 +0100 Subject: [PATCH] Fix filename case of sandworm attack sound --- OpenRA.Mods.D2k/Traits/AttackSwallow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Mods.D2k/Traits/AttackSwallow.cs b/OpenRA.Mods.D2k/Traits/AttackSwallow.cs index c8a5a692f7..3516680a71 100644 --- a/OpenRA.Mods.D2k/Traits/AttackSwallow.cs +++ b/OpenRA.Mods.D2k/Traits/AttackSwallow.cs @@ -30,7 +30,7 @@ namespace OpenRA.Mods.D2k.Traits [Desc("The upgrades to grant while attacking.")] public readonly string[] AttackingUpgrades = { "attacking" }; - public readonly string WormAttackSound = "Worm.wav"; + public readonly string WormAttackSound = "WORM.WAV"; public readonly string WormAttackNotification = "WormAttack";