summaryrefslogtreecommitdiff
path: root/src/map/party.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-07-28 03:28:13 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-07-28 03:28:13 +0000
commitc7062660486e8636edf6e4079185e774606dcaf1 (patch)
tree58491db231782331ae2014ec09dbfe5fd76f3370 /src/map/party.c
parent671af9a4b431e291b086f8b4381f1f27f2bc2516 (diff)
downloadhercules-c7062660486e8636edf6e4079185e774606dcaf1.tar.gz
hercules-c7062660486e8636edf6e4079185e774606dcaf1.tar.bz2
hercules-c7062660486e8636edf6e4079185e774606dcaf1.tar.xz
hercules-c7062660486e8636edf6e4079185e774606dcaf1.zip
- The picklog will now record negative values for items sold to npcs.
- Added inmediate position and hp-bar update when a character joins a party. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7934 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 dccc1bad7..58de89038 100644
--- a/src/map/party.c
+++ b/src/map/party.c
@@ -341,6 +341,8 @@ int party_member_added(int party_id,int account_id,int char_id, int flag)
sd->status.party_id=party_id;
party_check_conflict(sd);
clif_party_join_info(&p->party,sd);
+ clif_party_hp(sd);
+ clif_party_xy(sd);
clif_charnameupdate(sd); //Update char name's display [Skotlex]
}