|
|
@@ -344,10 +344,12 @@ function onCallback(human,taskType,cnt)
|
|
|
|
|
|
human.db.chengjiu.task = human.db.chengjiu.task or {}
|
|
|
human.db.chengjiu.task[k] = CJ_TASK_STATE_1
|
|
|
- RoleSystemLogic.onDot(human, RoleSystemDefine.ROLE_SYS_ID_2001)
|
|
|
- RoleSystemLogic.onDot(human, RoleSystemDefine.ROLE_SYS_ID_2002)
|
|
|
- RoleSystemLogic.onDot(human, RoleSystemDefine.ROLE_SYS_ID_2004)
|
|
|
- RoleSystemLogic.onDot(human, RoleSystemDefine.ROLE_SYS_ID_2031)
|
|
|
+ RoleSystemLogic.onDot(human, RoleSystemDefine.ROLE_SYS_ID_2001, true)
|
|
|
+ RoleSystemLogic.onDot(human, RoleSystemDefine.ROLE_SYS_ID_2002, true)
|
|
|
+
|
|
|
+ RoleSystemLogic.onDot(human, RoleSystemDefine.ROLE_SYS_ID_2006, true)
|
|
|
+ RoleSystemLogic.onDot(human, RoleSystemDefine.ROLE_SYS_ID_2021, true)
|
|
|
+ RoleSystemLogic.onDot(human, RoleSystemDefine.ROLE_SYS_ID_2031, true)
|
|
|
|
|
|
local msgRet = Msg.gc.GC_CHENGJIU_SET
|
|
|
msgRet.taskID = k
|