diff options
author | protimus <protimus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-04-04 01:20:06 +0000 |
---|---|---|
committer | protimus <protimus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-04-04 01:20:06 +0000 |
commit | 390570b8d701f3e2c01241dea059f87dc716b9a4 (patch) | |
tree | b92913f8d5b80c6f79a3c1216574b784d2cd335e /src/map/party.c | |
parent | 8538670a61c726fbd52087fe392f0a3d961db630 (diff) | |
download | hercules-390570b8d701f3e2c01241dea059f87dc716b9a4.tar.gz hercules-390570b8d701f3e2c01241dea059f87dc716b9a4.tar.bz2 hercules-390570b8d701f3e2c01241dea059f87dc716b9a4.tar.xz hercules-390570b8d701f3e2c01241dea059f87dc716b9a4.zip |
More cleanups for old clients.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15830 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/party.c')
-rw-r--r-- | src/map/party.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/map/party.c b/src/map/party.c index 04757f737..8158e1afb 100644 --- a/src/map/party.c +++ b/src/map/party.c @@ -629,10 +629,6 @@ int party_optionchanged(int party_id,int account_id,int exp,int item,int flag) p->party.exp=exp; if(!(flag&0x10) && p->party.item != item) { p->party.item=item; -#if PACKETVER<20090603 - //item changes aren't updated by clif_party_option for older clients. - clif_party_member_info(p,sd); -#endif } clif_party_option(p,sd,flag); |