diff --git a/Directory.Packages.props b/Directory.Packages.props index d9bad57..c731f40 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -6,25 +6,25 @@ - - - - - - - - + + + + + + + + - + - - + + - - + + diff --git a/src/Open5ETools.Core/Common/Enums/EG/MonsterType.cs b/src/Open5ETools.Core/Common/Enums/EG/MonsterType.cs index a0b5bf1..66a4dd4 100644 --- a/src/Open5ETools.Core/Common/Enums/EG/MonsterType.cs +++ b/src/Open5ETools.Core/Common/Enums/EG/MonsterType.cs @@ -10,11 +10,11 @@ public enum MonsterType Elemental = 6, Fey = 7, Fiend = 8, - Giant = 8, - Humanoid = 9, - Monstrosity = 10, - Ooze = 11, - Plant = 12, - SwarmOfTinyBeasts = 13, - Undead = 14 + Giant = 9, + Humanoid = 10, + Monstrosity = 11, + Ooze = 12, + Plant = 13, + SwarmOfTinyBeasts = 14, + Undead = 15 } \ No newline at end of file diff --git a/src/Open5ETools.Core/Common/Exceptions/ServiceException.cs b/src/Open5ETools.Core/Common/Exceptions/ServiceException.cs index 8720924..9f05c4b 100644 --- a/src/Open5ETools.Core/Common/Exceptions/ServiceException.cs +++ b/src/Open5ETools.Core/Common/Exceptions/ServiceException.cs @@ -17,7 +17,6 @@ public ServiceException(string message, params object[] args) : base(message) Args = args; } - public ServiceException(string message, string field, params object[] args) : base(message) { Field = field;