From 63cfa19949d8f0ee86f04123dea17ed456ed4398 Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期五, 23 十一月 2018 22:54:19 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
System/MainInterfacePanel/DialogueDuidanceWin.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/MainInterfacePanel/DialogueDuidanceWin.cs b/System/MainInterfacePanel/DialogueDuidanceWin.cs
index 1601c2a..1892aa3 100644
--- a/System/MainInterfacePanel/DialogueDuidanceWin.cs
+++ b/System/MainInterfacePanel/DialogueDuidanceWin.cs
@@ -291,7 +291,7 @@
string npcIcon = configStoryMissions.NpcIcon[IsMultistage];
- var data = new UI3DModelExhibition.UI3DNPCExhibitionData()
+ var data = new UI3DNPCExhibitionData()
{
npcId = npcId,
isDialogue = true,
--
Gitblit v1.8.0