From 559b302494f4b54e0280504defee650e5e43f8e7 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Wed, 4 Apr 2012 11:24:06 -0700 Subject: Make chat range the same as vision range. Thanks to Derpella for nagging me enough to realize this. --- src/map/clif.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/map/clif.c') diff --git a/src/map/clif.c b/src/map/clif.c index 11b1f83..2cf8d33 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -382,10 +382,10 @@ int clif_send (unsigned char *buf, int len, struct block_list *bl, int type) bl->y + AREA_SIZE, BL_PC, buf, len, bl, type); break; case AREA_CHAT_WOC: - map_foreachinarea (clif_send_sub, bl->m, bl->x - (AREA_SIZE - 5), - bl->y - (AREA_SIZE - 5), - bl->x + (AREA_SIZE - 5), - bl->y + (AREA_SIZE - 5), BL_PC, buf, len, bl, + map_foreachinarea (clif_send_sub, bl->m, bl->x - (AREA_SIZE), + bl->y - (AREA_SIZE), + bl->x + (AREA_SIZE), + bl->y + (AREA_SIZE), BL_PC, buf, len, bl, AREA_CHAT_WOC); break; case CHAT: -- cgit v1.2.3-70-g09d2