diff --git a/src/actions/RoleAction.lua b/src/actions/RoleAction.lua index e1416b0..9a6bd84 100644 --- a/src/actions/RoleAction.lua +++ b/src/actions/RoleAction.lua @@ -295,7 +295,7 @@ function _M.createRpc(agent, data) return true end newRole:startActionUcode() - newRole:award(globalCsv.birthItem, {log = {desc = "birth"}}) + newRole:award(globalCsv.birthItem, {log = {desc = "birth"}, notNotify = true}) -- 欢迎邮件 redisproxy:insertEmail({roleId = roleId, emailId = 1}) diff --git a/src/models/RoleTimeReset.lua b/src/models/RoleTimeReset.lua index bdaa2e2..24e6626 100644 --- a/src/models/RoleTimeReset.lua +++ b/src/models/RoleTimeReset.lua @@ -9,7 +9,7 @@ ResetFunc["CrossDay"] = function(self, notify, response) self.dinerData:refreshDailyData(notify) self:setProperty("dTask", {}) - self:advRandomSupportEffect() + self:advRandomSupportEffect(not notify) self:checkExpireItem(not notify) -- libgit2 0.21.2