Rename .debug uws to .debug worldstate (clarity change).
Port From (https://github.com/TrinityCore/TrinityCore/commit/29db04c3c92c0a6ca5d35d3fcc49d7766e3eddc3)
This commit is contained in:
@@ -835,7 +835,7 @@ namespace Game.Chat
|
||||
return true;
|
||||
}
|
||||
|
||||
[Command("uws", RBACPermissions.CommandDebugUws)]
|
||||
[Command("worldstate", RBACPermissions.CommandDebugWorldState)]
|
||||
static bool HandleDebugUpdateWorldStateCommand(StringArguments args, CommandHandler handler)
|
||||
{
|
||||
if (!uint.TryParse(args.NextString(), out uint variable) || variable == 0)
|
||||
|
||||
Reference in New Issue
Block a user