少年修仙传客户端代码仓库
client_linchunjie
2018-11-01 4f4041307599b0bcf52abe72bc2c80cbd0c143a1
Core/GameEngine/Model/Config/NPCConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:         第二世界
//    [  Date ]:         Monday, August 20, 2018
//    [  Date ]:         Thursday, November 01, 2018
//--------------------------------------------------------
using UnityEngine;
@@ -69,6 +69,7 @@
      public int NPCEffect { get ; private set ; }
      public int NPCSpeakID { get ; private set ; }
      public int ClientRealm { get ; private set ; }
      public string Equips { get ; private set; }
      public override string getKey()
        {
@@ -198,6 +199,8 @@
            NPCSpeakID=IsNumeric(rawContents[56]) ? int.Parse(rawContents[56]):0; 
         
            ClientRealm=IsNumeric(rawContents[57]) ? int.Parse(rawContents[57]):0; 
            Equips = rawContents[58].Trim();
            }
            catch (Exception ex)
            {