瀏覽代碼

Allow targeting while in shop mode. Thx kapitann22 :)

GodKratos 16 年之前
父節點
當前提交
695f00b2be
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      L2_GameServer/java/net/sf/l2j/gameserver/network/clientpackets/Action.java

+ 1 - 1
L2_GameServer/java/net/sf/l2j/gameserver/network/clientpackets/Action.java

@@ -94,7 +94,7 @@ public final class Action extends L2GameClientPacket
 		}
 		
 		// Check if the target is valid, if the player haven't a shop or isn't the requester of a transaction (ex : FriendInvite, JoinAlly, JoinParty...)
-		if (activeChar.getPrivateStoreType() == 0 && activeChar.getActiveRequester() == null)
+		if (activeChar.getActiveRequester() == null)
 		{
 			switch (_actionId)
 			{