Removed a redundant call to clif_party_info on party loading.

This commit is contained in:
Lemongrass3110 2014-12-27 13:57:48 +01:00
parent ba817e807f
commit f4ad757538

View File

@ -319,7 +319,8 @@ int party_recv_info(struct party* sp, uint32 char_id)
clif_charnameupdate(sd); //Update other people's display. [Skotlex] clif_charnameupdate(sd); //Update other people's display. [Skotlex]
clif_party_member_info(p,sd); clif_party_member_info(p,sd);
clif_party_option(p,sd,0x100); // Will be sent by party_send_movemap [Lemongrass]
//clif_party_option(p,sd,0x100);
clif_party_info(p,NULL); clif_party_info(p,NULL);
if( p->instance_id != 0 ) if( p->instance_id != 0 )