@@ -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)