From 4777bbd5258d7563cba3631cfa765912d68bad5e Mon Sep 17 00:00:00 2001 From: goat Date: Sat, 23 Nov 2019 14:19:26 +0900 Subject: [PATCH] Raise assembly version --- Dalamud/Dalamud.csproj | 6 +++--- Dalamud/Game/Internal/Gui/GameGui.cs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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();