From aae092fccd5bb4468a43804264956d74b05b5d93 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期四, 30 八月 2018 20:38:25 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
Core/GameEngine/Model/Config/BossInfoConfig.cs | 10 ++--------
1 files changed, 2 insertions(+), 8 deletions(-)
diff --git a/Core/GameEngine/Model/Config/BossInfoConfig.cs b/Core/GameEngine/Model/Config/BossInfoConfig.cs
index eb8013e..f4eca38 100644
--- a/Core/GameEngine/Model/Config/BossInfoConfig.cs
+++ b/Core/GameEngine/Model/Config/BossInfoConfig.cs
@@ -1,6 +1,6 @@
锘�//--------------------------------------------------------
// [Author]: 绗簩涓栫晫
-// [ Date ]: Tuesday, August 28, 2018
+// [ Date ]: Thursday, August 30, 2018
//--------------------------------------------------------
using UnityEngine;
@@ -13,8 +13,6 @@
public int NPCID { get ; private set ; }
public int MapID { get ; private set ; }
- public int RelatedType { get ; private set ; }
- public int RelatedID { get ; private set ; }
public int StoneNPCID { get ; private set ; }
public override string getKey()
@@ -29,11 +27,7 @@
MapID=IsNumeric(rawContents[1]) ? int.Parse(rawContents[1]):0;
- RelatedType=IsNumeric(rawContents[2]) ? int.Parse(rawContents[2]):0;
-
- RelatedID=IsNumeric(rawContents[3]) ? int.Parse(rawContents[3]):0;
-
- StoneNPCID=IsNumeric(rawContents[4]) ? int.Parse(rawContents[4]):0;
+ StoneNPCID=IsNumeric(rawContents[2]) ? int.Parse(rawContents[2]):0;
}
catch (Exception ex)
{
--
Gitblit v1.8.0