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";