Rename .debug uws to .debug worldstate (clarity change).

Port From (https://github.com/TrinityCore/TrinityCore/commit/29db04c3c92c0a6ca5d35d3fcc49d7766e3eddc3)
This commit is contained in:
hondacrx
2020-07-24 16:26:30 -04:00
parent d389faabe7
commit 8e46ddaba5
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -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)