Commit 32b878ea31f0c0868286625f3e1d948726bd2141

Authored by 熊润斐
2 parents 9d88f923 18722d1e

Merge branch 'tr/bugfix' into tr/publish/preview

Showing 1 changed file with 2 additions and 1 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