diff options
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/clif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index db1f1af73..8a9d4beb6 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -10131,7 +10131,7 @@ void clif_parse_WisMessage(int fd, struct map_session_data* sd) } return; } else if (strcmpi(&chname[1], channel->config->ally_name) == 0) { - clif->message(fd, msg_fd(fd,1500)); // You're not allowed to talk on this channel + clif->message(fd, msg_fd(fd,1294)); // You're not allowed to talk on this channel return; } } |