summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-06-29 06:00:05 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-06-29 06:00:05 +0000
commit04fca41114ed5266a9bdbec60cad4bcdf4541be8 (patch)
tree48f42bb85193af20e8c6a19fdc117d624c781f16 /src/map/clif.c
parent7845b8fdccdea16d271580f43c5206365ff7719a (diff)
downloadhercules-04fca41114ed5266a9bdbec60cad4bcdf4541be8.tar.gz
hercules-04fca41114ed5266a9bdbec60cad4bcdf4541be8.tar.bz2
hercules-04fca41114ed5266a9bdbec60cad4bcdf4541be8.tar.xz
hercules-04fca41114ed5266a9bdbec60cad4bcdf4541be8.zip
Random assortment of various small corrections and tweaks.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12894 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index fe802e580..bc04c6efb 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -7060,9 +7060,9 @@ int clif_refresh(struct map_session_data *sd)
map_foreachinrange(clif_getareachar,&sd->bl,AREA_SIZE,BL_ALL,sd);
clif_weather_check(sd);
if( pc_issit(sd) )
- clif_sitting(&sd->bl);
+ clif_sitting(&sd->bl); // FIXME: just send to self, not area
if( pc_isdead(sd) ) //When you refresh, resend the death packet.
- clif_clearunit_area(&sd->bl,1);
+ clif_clearunit_single(sd->bl.id,1,sd->fd);
#ifndef TXT_ONLY
mail_clear(sd);