Commit 304fbbeb96e5d243f50508c72fab7d454fd66fa6

Authored by jiyue
2 parents 8d6f978d 209c42ff

Merge branch 'cn/develop' into cn/publish/preview

# Conflicts:
#	src/csvdata
Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
src/models/RolePlugin.lua
... ... @@ -212,6 +212,8 @@ function RolePlugin.bind(Role)
212 212 end
213 213 end
214 214 if not next(allChange) then allChange = nil end
  215 + -- 加道具及时刷新数据
  216 + self:update()
215 217 return reward, allChange --实际获得的奖励 和 最高级奖励转化过程
216 218 end
217 219  
... ...