diff --git a/Projects/Server/Mobiles/Mobile.cs b/Projects/Server/Mobiles/Mobile.cs index 1580a3b3d..583ad8f4d 100644 --- a/Projects/Server/Mobiles/Mobile.cs +++ b/Projects/Server/Mobiles/Mobile.cs @@ -1001,7 +1001,7 @@ public partial class Mobile : IHued, IComparable, ISpawnable, IObjectPro public static IWeapon DefaultWeapon { get; set; } - [CommandProperty(AccessLevel.Counselor)] + [CommandProperty(AccessLevel.Counselor, canModify: true)] public Skills Skills { get; private set; } [CommandProperty(AccessLevel.Counselor, AccessLevel.Administrator)]