From 56be69ddb1f8dbb1a42b57065d77c984b8aec467 Mon Sep 17 00:00:00 2001 From: Paul Coene Date: Sat, 25 Nov 2023 11:27:43 -0500 Subject: [PATCH] [Commands] #guild set CharName 0 did not remove char from guild. (#3717) * [Commands] #guild set CharName 0 did not remove char from guild. * Fix cut-n-paste error on this branch --- zone/gm_commands/guild.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/zone/gm_commands/guild.cpp b/zone/gm_commands/guild.cpp index 3d1ad2717..ebf98dca1 100755 --- a/zone/gm_commands/guild.cpp +++ b/zone/gm_commands/guild.cpp @@ -329,6 +329,7 @@ void command_guild(Client *c, const Seperator *sep) ).c_str() ); } else { + guild_mgr.SetGuild(character_id, GUILD_NONE, 0); c->Message( Chat::White, fmt::format(