diff --git a/AutoRetainerAPI b/AutoRetainerAPI index a63c8e7..069cf98 160000 --- a/AutoRetainerAPI +++ b/AutoRetainerAPI @@ -1 +1 @@ -Subproject commit a63c8e7154e272374ffa03d5c801736d4229e38a +Subproject commit 069cf988b5da8657bc13ade73bfcbc2675601023 diff --git a/ECommons b/ECommons index 38080f2..974a0ef 160000 --- a/ECommons +++ b/ECommons @@ -1 +1 @@ -Subproject commit 38080f2a3733aa19b6928f4d2984fac7b9a7fab7 +Subproject commit 974a0ef35536b7f0a10a278539f7136d6966baa3 diff --git a/Mariner.sln.DotSettings b/Mariner.sln.DotSettings new file mode 100644 index 0000000..69b1c96 --- /dev/null +++ b/Mariner.sln.DotSettings @@ -0,0 +1,3 @@ + + ExplicitlyExcluded + ExplicitlyExcluded \ No newline at end of file diff --git a/Mariner/Mariner.csproj b/Mariner/Mariner.csproj index f62903a..ae73b2d 100644 --- a/Mariner/Mariner.csproj +++ b/Mariner/Mariner.csproj @@ -1,6 +1,6 @@  - 0.2 + 0.3 dist diff --git a/Mariner/MarinerPlugin.cs b/Mariner/MarinerPlugin.cs index 84de5e8..b8f4b40 100644 --- a/Mariner/MarinerPlugin.cs +++ b/Mariner/MarinerPlugin.cs @@ -7,7 +7,7 @@ using Dalamud.Game.Command; using Dalamud.Plugin; using Dalamud.Plugin.Services; using ECommons; -using Lumina.Excel.GeneratedSheets; +using Lumina.Excel.Sheets; namespace Mariner; @@ -32,7 +32,7 @@ public sealed class MarinerPlugin : IDalamudPlugin _commandManager = commandManager; _pluginLog = pluginLog; - _maxRank = dataManager.GetExcelSheet()! + _maxRank = dataManager.GetExcelSheet() .Where(x => x.RowId > 0 && x.Capacity > 0) .Select(x => (int)x.RowId) .Max();