From 4f6a977560a29e1a18e030d850277f67839e4688 Mon Sep 17 00:00:00 2001 From: Luca Date: Mon, 29 Mar 2021 14:27:01 +0200 Subject: [PATCH] bug-fix + mutagen update --- HalgarisRPGLoot/ArmorAnalyzer.cs | 9 +++------ HalgarisRPGLoot/HalgarisRPGLoot.csproj | 4 ++-- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/HalgarisRPGLoot/ArmorAnalyzer.cs b/HalgarisRPGLoot/ArmorAnalyzer.cs index a78443c..f496ef2 100644 --- a/HalgarisRPGLoot/ArmorAnalyzer.cs +++ b/HalgarisRPGLoot/ArmorAnalyzer.cs @@ -287,12 +287,9 @@ private FormKey GenerateEnchantment( nitm.Name = rarityName + " " + itemName + " of " + effects.First().Enchantment.Name; - return nitm.FormKey; - } - catch (Exception ex) - { - throw RecordException.Factory(ex, item.Resolved); - } + return nitm.FormKey; + + } private static char[] Numbers = "123456890".ToCharArray(); diff --git a/HalgarisRPGLoot/HalgarisRPGLoot.csproj b/HalgarisRPGLoot/HalgarisRPGLoot.csproj index eadd993..d56c434 100644 --- a/HalgarisRPGLoot/HalgarisRPGLoot.csproj +++ b/HalgarisRPGLoot/HalgarisRPGLoot.csproj @@ -7,8 +7,8 @@ - - + +