@@ -61,6 +61,12 @@ public final class RequestJoinParty extends L2GameClientPacket
return;
if (target == null)
+ {
+ requestor.sendPacket(new SystemMessage(SystemMessageId.TARGET_IS_INCORRECT));
+ return;
+ }
+
+ if (target.getAppearance().getInvisible())
{
requestor.sendPacket(new SystemMessage(SystemMessageId.TARGET_IS_INCORRECT));