Sami il y a 17 ans
Parent
commit
ee10da56ae

+ 2 - 0
L2_GameServer_It/java/net/sf/l2j/gameserver/model/actor/instance/L2CastleChamberlainInstance.java

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