Changeset 24 for src/map/clif.c

Show
Ignore:
Timestamp:
07/07/08 22:48:26 (17 years ago)
Author:
jinshiro
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/map/clif.c

    r1 r24  
    70627062        clif_weather_check(sd); 
    70637063        if( pc_issit(sd) ) 
    7064                 clif_sitting(&sd->bl); 
     7064                clif_sitting(&sd->bl); // FIXME: just send to self, not area 
    70657065        if( pc_isdead(sd) ) //When you refresh, resend the death packet. 
    7066                 clif_clearunit_area(&sd->bl,1); 
     7066                clif_clearunit_single(sd->bl.id,1,sd->fd); 
    70677067 
    70687068#ifndef TXT_ONLY