mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-17 01:22:25 +00:00
[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
This commit is contained in:
parent
9477ff72ac
commit
56be69ddb1
@ -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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user