|
@@ -46,6 +46,7 @@ namespace GFGGame
|
|
|
maintainBonusSteps = suitInfo.MaintainBonusSteps,
|
|
|
makeNewState = suitInfo.MakeNewState
|
|
|
};
|
|
|
+
|
|
|
SuitFosterDataManager.Instance.InitServerData(suitFosterData);
|
|
|
//图鉴
|
|
|
_suitGuideBoxBonusStatus.Add(suitInfo.SuitId, suitInfo.GuideBoxBonusState);
|
|
@@ -103,6 +104,10 @@ namespace GFGGame
|
|
|
count = 0;
|
|
|
foreach (KeyValuePair<int, int> item in _progressBySuitIdDic)
|
|
|
{
|
|
|
+ if (item.Key == 210000)
|
|
|
+ {
|
|
|
+ continue;
|
|
|
+ }
|
|
|
count += item.Value;
|
|
|
}
|
|
|
}
|