From 5ca6022c40792a839c62f370c2671d802811f383 Mon Sep 17 00:00:00 2001 From: skotlex Date: Tue, 6 Feb 2007 17:17:26 +0000 Subject: - Fixed char-server not sending party status update when a member logs on/off - Fixed crash when parsing guild member information change from the char-server when the specified character is not found in the guild. - Fixed MvP mobs giving exp when killed even if they shouldn't git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9802 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/char/int_party.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/char/int_party.c') diff --git a/src/char/int_party.c b/src/char/int_party.c index 5b04467b2..b043b8649 100644 --- a/src/char/int_party.c +++ b/src/char/int_party.c @@ -661,6 +661,8 @@ int mapif_parse_PartyChangeMap(int fd, int party_id, int account_id, int char_id p->party.member[i].lv = lv; int_party_check_lv(p); } + //Send online/offline update. + mapif_party_membermoved(&p->party, i); } if (p->party.member[i].lv != lv) { if(p->party.member[i].lv == p->min_lv || -- cgit v1.2.3-70-g09d2