少年修仙传客户端代码仓库
client_Zxw
2018-09-05 1289df0a91aa39848c8a5013a2a69c4cdefe4eec
System/MainInterfacePanel/PlayerTaskDatas.cs
@@ -209,7 +209,7 @@
    {
        try
        {
            if (AutomaticityBool)
            if (AutomaticityBool && MissionState!=3)
            {
                TaskupToDate = MissionID;
            }
@@ -274,7 +274,7 @@
        }
        catch (Exception ex)
        {
            DebugEx.Log(ex);
            DebugEx.Log(ex.StackTrace);
        }
    }