少年修仙传客户端代码仓库
client_linchunjie
2018-08-23 522ca3468a56c88cb15eaa428eb7499d3dba386f
Core/ResModule/GameObjectPoolManager.cs
@@ -101,7 +101,7 @@
        string _assetName;
        string _assetBundleName;
        NPCConfig _m = ConfigManager.Instance.GetTemplate<NPCConfig>(npcID);
        NPCConfig _m = Config.Instance.Get<NPCConfig>(npcID);
        if (_m == null || _m.MODE.Equals("0"))
        {
@@ -274,7 +274,7 @@
        string _assetName;
        string _assetBundleName;
        NPCConfig _m = ConfigManager.Instance.GetTemplate<NPCConfig>(npcID);
        NPCConfig _m = Config.Instance.Get<NPCConfig>(npcID);
        if (_m == null || _m.MODE.Equals("0"))
        {