From 6977d6d31b58afc5095c0a59e754f21ea1080054 Mon Sep 17 00:00:00 2001 From: Er_Maqui Date: Tue, 13 Oct 2015 10:18:44 +0200 Subject: - Fixed message ID to a lower value. --- src/map/clif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; } } -- cgit v1.2.3-60-g2f50