少年修仙传客户端代码仓库
client_linchunjie
2018-08-14 c6689f941359227f0b99b20b9400ccbab81b671c
Core/GameEngine/Model/TelPartialConfig/tagFuncConfigConfig.cs
@@ -46,7 +46,7 @@
                    }
                    else
                    {
                        DesignDebug.LogError("重复的装备位置ID:" + pos);
                        DebugEx.LogError("重复的装备位置ID:" + pos);
                    }
                }
            }
@@ -118,7 +118,7 @@
                    return type;
                }
            }
            DesignDebug.LogError("未找到的装备位置:" + pos);
            DebugEx.LogError("未找到的装备位置:" + pos);
            return -1;
        }
        #endregion