Commit 18722d1e198dd2c70a48a5a3181a9064d46f0662
1 parent
cbc30891
修改过期头像邮件发送方式 sendMail接口
Showing
2 changed files
with
3 additions
and
2 deletions
Show diff stats
src/models/RolePlugin.lua
@@ -247,7 +247,8 @@ function RolePlugin.bind(Role) | @@ -247,7 +247,8 @@ function RolePlugin.bind(Role) | ||
247 | local headData = csvdb["player_iconCsv"][itemId] | 247 | local headData = csvdb["player_iconCsv"][itemId] |
248 | -- pvp 跨服竞技场奖励 | 248 | -- pvp 跨服竞技场奖励 |
249 | if headData and headData.path == 2 then | 249 | if headData and headData.path == 2 then |
250 | - redisproxy:insertEmail({roleId = self:getProperty("id"), emailId = 19}) | 250 | + self:sendMail(19) |
251 | + --redisproxy:insertEmail({roleId = self:getProperty("id"), emailId = 19}) | ||
251 | end | 252 | end |
252 | end | 253 | end |
253 | end | 254 | end |