|
@@ -88,7 +88,7 @@ namespace Fort23.Mono
|
|
|
await PlayerGuideManager.Instance.SetGuid(4);
|
|
await PlayerGuideManager.Instance.SetGuid(4);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- if (EventSystemManager.Instance.IsEventCompleted(10003) && PlayerGuideManager.Instance.GuideIsCanDo(6))
|
|
|
|
|
|
|
+ if (EventSystemManager.Instance.IsEventCompleted(10003) && PlayerGuideManager.Instance.GuideIsCanDo(6) && PlayerManager.Instance.myHero.powerUpConfig.jingjie3 != 10)
|
|
|
{
|
|
{
|
|
|
int currentMiao =
|
|
int currentMiao =
|
|
|
(int)((TimeHelper.ClientNow() - PlayerManager.Instance.myHero.heroData.upTime) /
|
|
(int)((TimeHelper.ClientNow() - PlayerManager.Instance.myHero.heroData.upTime) /
|