Skip to content

Commit

Permalink
Merge pull request #4 from EzioTheDeadPoet/bug-fix
Browse files Browse the repository at this point in the history
bug-fix + mutagen update
  • Loading branch information
EzioTheDeadPoet authored Mar 29, 2021
2 parents 42c55f3 + 4f6a977 commit 0227d0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
9 changes: 3 additions & 6 deletions HalgarisRPGLoot/ArmorAnalyzer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
4 changes: 2 additions & 2 deletions HalgarisRPGLoot/HalgarisRPGLoot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Mutagen.Bethesda" Version="0.27.2" />
<PackageReference Include="Mutagen.Bethesda.Synthesis" Version="0.17.3" />
<PackageReference Include="Mutagen.Bethesda" Version="0.28.0" />
<PackageReference Include="Mutagen.Bethesda.Synthesis" Version="0.17.5" />
<PackageReference Include="Mutagen.Bethesda.FormKeys.SkyrimSE" Version="2.0.0" />
</ItemGroup>
</Project>

0 comments on commit 0227d0e

Please sign in to comment.