Changeset 24 for src/map/clif.c
- Timestamp:
- 07/07/08 22:48:26 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
src/map/clif.c
r1 r24 7062 7062 clif_weather_check(sd); 7063 7063 if( pc_issit(sd) ) 7064 clif_sitting(&sd->bl); 7064 clif_sitting(&sd->bl); // FIXME: just send to self, not area 7065 7065 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); 7067 7067 7068 7068 #ifndef TXT_ONLY