Commit ff43dd3ab319eadb5ca94409abee29c3c6fb6177
Merge branch 'tr/bugfix-qa' into tr/develop
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 |