소스 검색

添加ulock表

lzx 21 시간 전
부모
커밋
b4ca7cf76a
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Assets/Scripts/GameUI/UI/DialoguePanel/DialoguePanel.cs
  2. BIN
      Excel2Json/Excel/Unlock.xlsx

+ 2 - 2
Assets/Scripts/GameUI/UI/DialoguePanel/DialoguePanel.cs

@@ -160,12 +160,12 @@ namespace Fort23.Mono
                 shownextIcon = nextIcon3;
             }
 
-            if (eventConditionConfig.NPCID == 0)
+            if (eventConditionConfig.NPCID == 100)
             {
                 Text_Name1.text = PlayerManager.Instance.PlayerName;
                 PLayerNameRoot.SetActive(true);
             }
-            else if (eventConditionConfig.NPCID == -1)
+            else if (eventConditionConfig.NPCID == 0)
             {
                 PLayerNameRoot.SetActive(false);
             }

BIN
Excel2Json/Excel/Unlock.xlsx