|
@@ -71,6 +71,8 @@ public class L2CastleChamberlainInstance extends L2FolkInstance
|
|
|
public void onAction(L2PcInstance player)
|
|
|
{
|
|
|
if (!canTarget(player)) return;
|
|
|
+
|
|
|
+ player.setLastFolkNPC(this);
|
|
|
|
|
|
// Check if the L2PcInstance already target the L2NpcInstance
|
|
|
if (this != player.getTarget())
|