summaryrefslogtreecommitdiff
path: root/src/map/party.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-07-27 14:28:07 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-07-27 14:28:07 +0000
commitf19f87054c9666877ad925f9d95d40ff7dc6c15e (patch)
treee9d5f63a4603623fe6c4a3e6e25b577e91c9c1a1 /src/map/party.c
parent658432776ff20aa99b8e83e25671797c746edb0c (diff)
downloadhercules-f19f87054c9666877ad925f9d95d40ff7dc6c15e.tar.gz
hercules-f19f87054c9666877ad925f9d95d40ff7dc6c15e.tar.bz2
hercules-f19f87054c9666877ad925f9d95d40ff7dc6c15e.tar.xz
hercules-f19f87054c9666877ad925f9d95d40ff7dc6c15e.zip
- Fixed packet 0x22a having the manner and opt3 packets in inverted offsets.
- Some other small cleanups on clif.c git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7919 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/party.c')
-rw-r--r--src/map/party.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/party.c b/src/map/party.c
index 2fbf363bd..490f5eb19 100644
--- a/src/map/party.c
+++ b/src/map/party.c
@@ -477,6 +477,8 @@ int party_optionchanged(int party_id,int account_id,int exp,int item,int flag)
p->party.item=item;
clif_party_main_info(p,-1);
}
+ if(flag&0x01) //Send denied message
+ clif_party_option(p,sd,flag);
return 0;
}