summaryrefslogtreecommitdiff
path: root/src/map/atcommand.c
diff options
context:
space:
mode:
authorNihadm89 <nihadm89@hotmail.com>2015-05-05 17:14:09 +0200
committerNihadm89 <nihadm89@hotmail.com>2015-05-05 17:14:09 +0200
commit7050a073c3fbde7a023c35fa0ce30fe360d57038 (patch)
treec365414fa4ca7b3aa241f8eec746ff596b098657 /src/map/atcommand.c
parent85b47e326ad041744606c3e71a8ca67b4b34c313 (diff)
downloadhercules-7050a073c3fbde7a023c35fa0ce30fe360d57038.tar.gz
hercules-7050a073c3fbde7a023c35fa0ce30fe360d57038.tar.bz2
hercules-7050a073c3fbde7a023c35fa0ce30fe360d57038.tar.xz
hercules-7050a073c3fbde7a023c35fa0ce30fe360d57038.zip
Typo when setting JoinAnnounce for channels
The comment is right, but the wrong message number is there
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r--src/map/atcommand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c
index b9b4704bc..e934a992b 100644
--- a/src/map/atcommand.c
+++ b/src/map/atcommand.c
@@ -9153,7 +9153,7 @@ ACMD(channel) {
return false;
} else {
channel->set_options(chan, chan->options | k);
- sprintf(atcmd_output, msg_fd(fd,1454), opt_str[k],chan->name);//option '%s' is now enabled for channel '%s'
+ sprintf(atcmd_output, msg_fd(fd,1450), opt_str[k],chan->name);//option '%s' is now enabled for channel '%s'
clif->message(fd, atcmd_output);
}
} else {