diff options
Diffstat (limited to 'src/map/clif.c')
-rw-r--r-- | src/map/clif.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index 58661057b..f33a286b7 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -7370,7 +7370,7 @@ void clif_wedding_effect(struct block_list *bl) } /*========================================== * ?なたに逢いたい使用時名前叫び - *------------------------------------------ + *------------------------------------------*/ void clif_callpartner(struct map_session_data *sd) { @@ -7385,15 +7385,12 @@ void clif_callpartner(struct map_session_data *sd) if(p){ memcpy(WBUFP(buf,2),p,NAME_LENGTH); }else{ - map_reqchariddb(sd,sd->status.partner_id); - chrif_searchcharid(sd->status.partner_id); WBUFB(buf,2) = 0; } clif_send(buf,packet_len(0x1e6),&sd->bl,AREA); } - return; } -*/ + /*========================================== * Marry [DracoRPG] |