瀏覽代碼

Merge branch 'master' of https://github.com/L2J/L2J_Server.git

Zoey76 10 年之前
父節點
當前提交
0a7a83a4b2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      L2J_Server/java/com/l2jserver/gameserver/model/L2Party.java

+ 1 - 1
L2J_Server/java/com/l2jserver/gameserver/model/L2Party.java

@@ -655,7 +655,7 @@ public class L2Party extends AbstractPlayerGroup
 		
 		L2PcInstance looter = getActualLooter(player, itemId, spoil, target);
 		
-		looter.addItem(spoil ? "Sweeper Party" : "Party", itemId, itemCount, player, true);
+		looter.addItem(spoil ? "Sweeper Party" : "Party", itemId, itemCount, target, true);
 		
 		// Send messages to other party members about reward
 		if (itemCount > 1)