summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
authorcelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-20 10:57:30 +0000
committercelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-20 10:57:30 +0000
commit492443cd3a0eddabb24212e6b04a3f7d3c9bce88 (patch)
treef59fa26b969e4426a9758b0dc2307088785907e8 /src/map/clif.c
parent8d5b0ca9a5f8129a6e3cba71adc9bfea21f9ddb6 (diff)
downloadhercules-492443cd3a0eddabb24212e6b04a3f7d3c9bce88.tar.gz
hercules-492443cd3a0eddabb24212e6b04a3f7d3c9bce88.tar.bz2
hercules-492443cd3a0eddabb24212e6b04a3f7d3c9bce88.tar.xz
hercules-492443cd3a0eddabb24212e6b04a3f7d3c9bce88.zip
* Updated Acid Terror, Sword Reject, Double Strafe
* Replaced checking whether items can be refined or not with a new function * Fixed npctalk outputting to chat [celest] * Allowed some values in script_config to be customised in script_athena.conf git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@654 54d463be-8e91-2dee-dedb-b68131a5f0ec
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 1f7130676..7eb2670ae 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -7772,7 +7772,7 @@ int clif_message(struct block_list *bl, char* msg)
WBUFL(buf, 4) = bl->id;
memcpy(WBUFP(buf, 8), msg, msg_len);
- clif_send(buf, WBUFW(buf,2), bl, AREA);
+ clif_send(buf, WBUFW(buf,2), bl, AREA_CHAT_WOC); // by Gengar
return 0;
}