Sync with L2jServer HighFive Dec 21st 2015.
This commit is contained in:
@ -52,6 +52,10 @@ public class Seed implements IItemHandler
|
||||
}
|
||||
|
||||
final L2Object tgt = playable.getTarget();
|
||||
if (tgt == null)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
if (!tgt.isNpc())
|
||||
{
|
||||
playable.sendPacket(SystemMessageId.INVALID_TARGET);
|
||||
|
Reference in New Issue
Block a user