diff --git a/Projects/UOContent/Misc/Loot.cs b/Projects/UOContent/Misc/Loot.cs index 82a73054b..2fcd94561 100644 --- a/Projects/UOContent/Misc/Loot.cs +++ b/Projects/UOContent/Misc/Loot.cs @@ -138,7 +138,10 @@ public static class Loot public static Type[] JewelryTypes { get; } = { typeof(GoldRing), typeof(GoldBracelet), - typeof(SilverRing), typeof(SilverBracelet) + typeof(SilverRing), typeof(SilverBracelet), + typeof(GoldNecklace), typeof(SilverNecklace), + typeof(GoldEarrings), typeof(SilverEarrings), + typeof(SilverBeadNecklace), typeof(GoldBeadNecklace) }; public static Type[] RegTypes { get; } =