少年修仙传客户端代码仓库
Client_PangDeRong
2018-09-01 fcc6ef642c12ba13151b2fcd1dd2c99608a9e9a7
1797 仙盟商店等级不足4级无东西可买有红点提示
1个文件已修改
6 ■■■■ 已修改文件
System/Store/StoreModel.cs 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Store/StoreModel.cs
@@ -222,6 +222,7 @@
        {
            ControllerRedPoint();
        }
    }
    private void RefreshServerHour()
@@ -529,11 +530,6 @@
                }
            }
        }
        else
        {
            return true;
        }
        return false;
    }