Sami 17 년 전
부모
커밋
ee10da56ae
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      L2_GameServer_It/java/net/sf/l2j/gameserver/model/actor/instance/L2CastleChamberlainInstance.java

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