diff options
author | Er_Maqui <er_maqui@darkbolt.net> | 2015-10-13 10:18:44 +0200 |
---|---|---|
committer | Er_Maqui <er_maqui@darkbolt.net> | 2015-10-13 10:18:44 +0200 |
commit | 6977d6d31b58afc5095c0a59e754f21ea1080054 (patch) | |
tree | 5c7a207e28650657a7108c1ec0f81877d9c4c6dd /src | |
parent | c5568987878e2cb429d720e489a010ba501334ce (diff) | |
download | hercules-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')
-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; } } |