summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
authorEr_Maqui <er_maqui@darkbolt.net>2015-10-13 10:18:44 +0200
committerEr_Maqui <er_maqui@darkbolt.net>2015-10-13 10:18:44 +0200
commit6977d6d31b58afc5095c0a59e754f21ea1080054 (patch)
tree5c7a207e28650657a7108c1ec0f81877d9c4c6dd /src/map/clif.c
parentc5568987878e2cb429d720e489a010ba501334ce (diff)
downloadhercules-6977d6d31b58afc5095c0a59e754f21ea1080054.tar.gz
hercules-6977d6d31b58afc5095c0a59e754f21ea1080054.tar.bz2
hercules-6977d6d31b58afc5095c0a59e754f21ea1080054.tar.xz
hercules-6977d6d31b58afc5095c0a59e754f21ea1080054.zip
- Fixed message ID to a lower value.
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c2
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;
}
}