diff --git a/project/src/helpers/ItemHelper.ts b/project/src/helpers/ItemHelper.ts index 259f80e3..f912916c 100644 --- a/project/src/helpers/ItemHelper.ts +++ b/project/src/helpers/ItemHelper.ts @@ -416,7 +416,7 @@ export class ItemHelper // Armor if (itemDetails._props.armorClass) { - return repairable.Durability / itemDetails._props.MaxDurability; + return repairable.MaxDurability / itemDetails._props.MaxDurability; } // Weapon