From 4ef9258f0f618857ed5d9e2f9e07f33dc6d13559 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Fri, 17 May 2013 16:46:17 -0300 Subject: Fixed Party Options being displayed twice on login Signed-off-by: shennetsind --- src/map/party.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/map/party.c b/src/map/party.c index d8bb321f1..8a632a8ef 100644 --- a/src/map/party.c +++ b/src/map/party.c @@ -481,7 +481,6 @@ int party_member_added(int party_id,int account_id,int char_id, int flag) sd->status.party_id = party_id; clif->party_member_info(p,sd); - clif->party_option(p,sd,0x100); clif->party_info(p,sd); if( sd2 != NULL ) @@ -732,7 +731,6 @@ void party_send_movemap(struct map_session_data *sd) if(sd->state.connect_new) { //Note that this works because this function is invoked before connect_new is cleared. - clif->party_option(p,sd,0x100); clif->party_info(p,sd); clif->party_member_info(p,sd); } -- cgit v1.2.3-60-g2f50