|
|
@@ -413,7 +413,7 @@ function TreasureChestLogic_Open(human, nBoxType, nBoxNum)
|
|
|
TriggerLogic.PublishEvent(TriggerDefine.EVENT_TYPE_OPENBOX, human.db._id, nBoxNum,nBoxType)
|
|
|
print("TreasureChestLogic..当前已经进入商业活动注册事件",nBoxType)
|
|
|
--周任务开启宝箱
|
|
|
- WeekTaskLogic.recordWeekTaskFinishCnt(human, WeekTaskLogic.WEEK_TASK_ID_5, 1)
|
|
|
+ WeekTaskLogic.recordWeekTaskFinishCnt(human, WeekTaskLogic.WEEK_TASK_ID_5, nBoxNum)
|
|
|
TreasureChestLogic_Query(human)
|
|
|
TreasureChestLogic_GetAllBoxNum(human)
|
|
|
end
|