fix: Fixes skills property not editable in-game (#1833)
This commit is contained in:
parent
19f65dcabe
commit
b745ee1e7a
1 changed files with 1 additions and 1 deletions
|
|
@ -1001,7 +1001,7 @@ public partial class Mobile : IHued, IComparable<Mobile>, 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)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue