From 5918ebcbafebc53fe7d44e48cb8b35d01a68e1ee Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期四, 06 九月 2018 14:27:39 +0800
Subject: [PATCH] 2889 前端 150级之后,装备强化上线红点在断线重连之后不重复显示
---
System/Strengthening/PlayerStrengthengDatas.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/Strengthening/PlayerStrengthengDatas.cs b/System/Strengthening/PlayerStrengthengDatas.cs
index f1e70f1..1ae3731 100644
--- a/System/Strengthening/PlayerStrengthengDatas.cs
+++ b/System/Strengthening/PlayerStrengthengDatas.cs
@@ -124,7 +124,7 @@
{
_EqInfo.Clear();
MoneyMax = 0;
- LevelAstrictBool = true;
+ // LevelAstrictBool = true;
}
private void OnEquipRefreshEvent(PackType type, int index, int id)
{
--
Gitblit v1.8.0