summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-09-12 13:30:27 -0300
committerJesusaves <cpntb1@ymail.com>2020-09-12 13:30:27 -0300
commit3eb00403ab423a415c3ed53dbc56f00bc9cb44b3 (patch)
treeaa4866deb8ebf04e34ba6a4aa2a47f9b0a7ae404
parent78200eab7c4020db84cab2bcdf57d4ffb86b4947 (diff)
downloadevol-hercules-3eb00403ab423a415c3ed53dbc56f00bc9cb44b3.tar.gz
evol-hercules-3eb00403ab423a415c3ed53dbc56f00bc9cb44b3.tar.bz2
evol-hercules-3eb00403ab423a415c3ed53dbc56f00bc9cb44b3.tar.xz
evol-hercules-3eb00403ab423a415c3ed53dbc56f00bc9cb44b3.zip
Syntax update
-rw-r--r--src/emap/atcommand.c2
1 files changed, 1 insertions, 1 deletions
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;
}