From 42f4db20fcd631c833adae484089ac888d5cb71c Mon Sep 17 00:00:00 2001 From: Chris Adamson Date: Sat, 12 Apr 2025 17:44:59 -0500 Subject: [PATCH] fix missing type in upd record --- .../SPTarkov.Server.Core/Models/Eft/Common/Tables/Item.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Libraries/SPTarkov.Server.Core/Models/Eft/Common/Tables/Item.cs b/Libraries/SPTarkov.Server.Core/Models/Eft/Common/Tables/Item.cs index 7f7db245..d80006fe 100644 --- a/Libraries/SPTarkov.Server.Core/Models/Eft/Common/Tables/Item.cs +++ b/Libraries/SPTarkov.Server.Core/Models/Eft/Common/Tables/Item.cs @@ -361,6 +361,12 @@ public record Upd get; set; } + + public bool? Lockable + { + get; + set; + } } public enum PinLockState