summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-05-17 16:46:17 -0300
committershennetsind <ind@henn.et>2013-05-17 16:46:17 -0300
commit4ef9258f0f618857ed5d9e2f9e07f33dc6d13559 (patch)
tree5a12af2333413e8112baa610cdad18b9fdc3ed06
parent2cd97f154f781bee35f47d884af47de396a7877e (diff)
downloadhercules-4ef9258f0f618857ed5d9e2f9e07f33dc6d13559.tar.gz
hercules-4ef9258f0f618857ed5d9e2f9e07f33dc6d13559.tar.bz2
hercules-4ef9258f0f618857ed5d9e2f9e07f33dc6d13559.tar.xz
hercules-4ef9258f0f618857ed5d9e2f9e07f33dc6d13559.zip
Fixed Party Options being displayed twice on login
Signed-off-by: shennetsind <ind@henn.et>
-rw-r--r--src/map/party.c2
1 files changed, 0 insertions, 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);
}