From b3c0a6ccc854c125f481b24d57b7f2747b7200ba Mon Sep 17 00:00:00 2001 From: skotlex Date: Wed, 26 Jul 2006 18:51:22 +0000 Subject: - Modified party_item_share_type config setting so that using 1 disables item-sharing from non-mob loot (player dropped items or pet loot) and 2 enables round-robin instead of random sharing. Using 3 obviously is enabling both 1 and 2. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7898 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/mob.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/mob.c') diff --git a/src/map/mob.c b/src/map/mob.c index 4e9ee7781..a0022ab2b 100644 --- a/src/map/mob.c +++ b/src/map/mob.c @@ -1481,7 +1481,7 @@ static void mob_item_drop(struct mob_data *md, struct item_drop_list *dlist, str dlist->first_sd->status.party_id? party_search(dlist->first_sd->status.party_id): NULL, - dlist->first_sd,&ditem->item_data) == 0 + dlist->first_sd,&ditem->item_data,dlist->first_sd->bl.id) == 0 ) { ers_free(item_drop_ers, ditem); return; -- cgit v1.2.3-60-g2f50