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/pc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/pc.c') diff --git a/src/map/pc.c b/src/map/pc.c index ed58ded57..730c15d88 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -2759,7 +2759,7 @@ int pc_takeitem(struct map_session_data *sd,struct flooritem_data *fitem) } //This function takes care of giving the item to whoever should have it //considering party-share options. - if ((flag = party_share_loot(p,sd,&fitem->item_data))) { + if ((flag = party_share_loot(p,sd,&fitem->item_data, fitem->first_get_id))) { clif_additem(sd,0,0,flag); return 1; } -- cgit v1.2.3-70-g09d2