Skip to content

Commit

Permalink
fix: Fixes skills property not editable in-game (#1833)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamronbatman authored Jun 14, 2024
1 parent 19f65dc commit b745ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Projects/Server/Mobiles/Mobile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,7 @@ public string Title

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)]
Expand Down

0 comments on commit b745ee1

Please sign in to comment.