提交 b7920bcd 编写于 作者: Z ZouJin

修复睡觉成就触发失败的bug

上级 310ccd12
......@@ -395,7 +395,7 @@ namespace VPet_Simulator.Windows
stat[(gi64)"stat_study_time"] += (int)Set.LogicInterval;
break;
case Main.WorkingState.Sleep:
stat[(gi64)"stat_work_time"] += (int)Set.LogicInterval;
stat[(gi64)"stat_sleep_time"] += (int)Set.LogicInterval;
break;
}
if (save.Mode == GameSave.ModeType.Ill)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册