From 2ef929dbaac6b9b3f0f1a6507f2399d8a3f0884d Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期三, 23 一月 2019 10:50:24 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 Core/GameEngine/Model/Config/WeekPartyConfig.cs |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/Core/GameEngine/Model/Config/WeekPartyConfig.cs b/Core/GameEngine/Model/Config/WeekPartyConfig.cs
index 15310ed..ce27992 100644
--- a/Core/GameEngine/Model/Config/WeekPartyConfig.cs
+++ b/Core/GameEngine/Model/Config/WeekPartyConfig.cs
@@ -1,6 +1,6 @@
 锘�//--------------------------------------------------------
 //    [Author]:			绗簩涓栫晫
-//    [  Date ]:		   Thursday, January 10, 2019
+//    [  Date ]:		   Wednesday, January 23, 2019
 //--------------------------------------------------------
 
 using UnityEngine;
@@ -16,7 +16,8 @@
 		public string Description { get ; private set; } 
 		public int jump { get ; private set ; }
 		public int order { get ; private set ; }
-		public int DailyQusetId { get ; private set ; }
+		public int DailyQusetId { get ; private set ; }
+		public int SpecialDisplayType { get ; private set ; }
 
 		public override string getKey()
         {
@@ -36,7 +37,9 @@
 			
 				order=IsNumeric(rawContents[4]) ? int.Parse(rawContents[4]):0; 
 			
-				DailyQusetId=IsNumeric(rawContents[5]) ? int.Parse(rawContents[5]):0; 
+				DailyQusetId=IsNumeric(rawContents[5]) ? int.Parse(rawContents[5]):0; 
+			
+				SpecialDisplayType=IsNumeric(rawContents[6]) ? int.Parse(rawContents[6]):0; 
             }
             catch (Exception ex)
             {

--
Gitblit v1.8.0