diff --git a/Dalamud/Dalamud.csproj b/Dalamud/Dalamud.csproj
index 685f623e7..4d217f051 100644
--- a/Dalamud/Dalamud.csproj
+++ b/Dalamud/Dalamud.csproj
@@ -14,9 +14,9 @@
true
- 4.1.0.5
- 4.1.0.5
- 4.1.0.5
+ 4.1.0.6
+ 4.1.0.6
+ 4.1.0.6
diff --git a/Dalamud/Game/Internal/Gui/GameGui.cs b/Dalamud/Game/Internal/Gui/GameGui.cs
index d05559413..370341300 100644
--- a/Dalamud/Game/Internal/Gui/GameGui.cs
+++ b/Dalamud/Game/Internal/Gui/GameGui.cs
@@ -40,7 +40,7 @@ namespace Dalamud.Game.Internal.Gui {
return retVal;
}
- public void SetBgm(ushort bgmKey) => this.setGlobalBgmHook.Original(bgmKey, 0, 0, 0, 0, 0);
+ public void SetBgm(ushort bgmKey) => this.setGlobalBgmHook.Original(bgmKey, 0, 0, 0, 0, 0);
public void Enable() {
Chat.Enable();