feat: Adds StaffAccess and ResetStaffDress commands (#895)
This commit is contained in:
parent
a264f2a34e
commit
58190674f9
20 changed files with 282 additions and 138 deletions
|
|
@ -15,7 +15,8 @@ namespace Server.Commands
|
|||
CommandSystem.Register("SignGen", AccessLevel.Administrator, SignGen_OnCommand);
|
||||
}
|
||||
|
||||
[Usage("SignGen"), Description("Generates world/shop signs on all facets.")]
|
||||
[Usage("SignGen")]
|
||||
[Description("Generates world/shop signs on all facets.")]
|
||||
public static void SignGen_OnCommand(CommandEventArgs c)
|
||||
{
|
||||
Parse(c.Mobile);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue