From 3eb00403ab423a415c3ed53dbc56f00bc9cb44b3 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 12 Sep 2020 13:30:27 -0300 Subject: Syntax update --- src/emap/atcommand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emap/atcommand.c b/src/emap/atcommand.c index 169378c..e2b1eb8 100644 --- a/src/emap/atcommand.c +++ b/src/emap/atcommand.c @@ -401,7 +401,7 @@ ACMD0(tmw2changegm) return false; } - if ((pl_sd=map->nick2sd(message)) == NULL || pl_sd->status.guild_id != sd->status.guild_id) { + if ((pl_sd=map->nick2sd(message, true)) == NULL || pl_sd->status.guild_id != sd->status.guild_id) { clif->message(fd, msg_fd(fd,1184)); // Target character must be online and be a guild member. return false; } -- cgit v1.2.3-60-g2f50