From 7fa0e3c593e68120746e8ae63f6669a9bf4f6788 Mon Sep 17 00:00:00 2001 From: OptimShi <26606778+OptimShi@users.noreply.github.com> Date: Tue, 31 Dec 2024 16:05:38 -0700 Subject: [PATCH] Add EncumbranceVal to [AssessmentProperty] --- Source/ACE.Entity/Enum/Properties/PropertyInt.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/ACE.Entity/Enum/Properties/PropertyInt.cs b/Source/ACE.Entity/Enum/Properties/PropertyInt.cs index 7b49f2cee0..cf98a4bb8e 100644 --- a/Source/ACE.Entity/Enum/Properties/PropertyInt.cs +++ b/Source/ACE.Entity/Enum/Properties/PropertyInt.cs @@ -15,6 +15,7 @@ public enum PropertyInt : ushort CreatureType = 2, PaletteTemplate = 3, ClothingPriority = 4, + [AssessmentProperty] EncumbranceVal = 5, // ENCUMB_VAL_INT, ItemsCapacity = 6, [SendOnLogin]