diff --git a/src/actions/RoleAction.lua b/src/actions/RoleAction.lua index 840ab66..7de668c 100644 --- a/src/actions/RoleAction.lua +++ b/src/actions/RoleAction.lua @@ -887,7 +887,10 @@ function _M.storyBookRewardRpc(agent, data) local status = (storyStatus[storyId] or {}).s - if status == -1 then return 2 end + if status == -1 then + SendPacket(actionCodes.Role_storyBookRewardRpc, "") + return true + end if not status or status ~= 1 then --if storyBookData.unlockType == 1 and (role:getProperty("hangInfo").carbonId == tonumber(storyBookData.unlockData) or storyId == 1 or storyId == 2) then -- 挂机剧情正在挂机也可以领奖 -- libgit2 0.21.2