From ae8273e0b194a231466e3568622f6294b241a5fc Mon Sep 17 00:00:00 2001 From: Kinglykrab <89047260+Kinglykrab@users.noreply.github.com> Date: Mon, 10 Jan 2022 17:33:28 -0500 Subject: [PATCH] [Commands] #guild create argument count bug fix. (#1920) - Names with spaces were breaking command. --- zone/gm_commands/guild.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zone/gm_commands/guild.cpp b/zone/gm_commands/guild.cpp index b220dc53b..aea407f7a 100755 --- a/zone/gm_commands/guild.cpp +++ b/zone/gm_commands/guild.cpp @@ -64,7 +64,7 @@ void command_guild(Client *c, const Seperator *sep) } if (is_create) { - if (arguments != 3) { + if (arguments < 3) { c->Message(Chat::White, "Usage: #guild create [Character ID|Character Name] [Guild Name]"); } else { auto leader_id = (