Commit f0486e1877816d376ee3e178459980c92a2513e4

Authored by 熊润斐
2 parents 6fb00613 7ba807d6

Merge branch 'cn/develop' into cn/player

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/models/RolePlugin.lua
... ... @@ -2995,7 +2995,7 @@ function RolePlugin.bind(Role)
2995 2995 -- 把溢出的铭文奖励通过邮件发送
2996 2996 function Role:checkRuneCount(reward)
2997 2997 local firstMore = false
2998   - local count = self:getRuneBatCount()
  2998 + local count = self:getRuneBagCount()
2999 2999 local page = globalCsv.store_type[ItemType.Rune]
3000 3000 local limit = self:getProperty("bagLimit")[page]
3001 3001 if count >= limit then
... ...