少年修仙传客户端代码仓库
client_linchunjie
2018-11-16 b3bfb681c8ae862cafdb9e74e7f7708aa93f28a6
System/Message/RichTableEvent.cs
@@ -243,7 +243,7 @@
                                    var _type = 0;
                                    if (_dict.ContainsKey("type") && int.TryParse(_dict["type"], out _type))
                                    {
                                        var _cfg = GodWeaponConfig.GetGodWeaponCfgByTypeLv(_type, 1);
                                        var _cfg = GodWeaponConfig.GetConfig(_type, 1);
                                        if (_cfg != null)
                                        {
                                            return _cfg.Name;