Commit f0486e1877816d376ee3e178459980c92a2513e4
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,7 +2995,7 @@ function RolePlugin.bind(Role) | ||
| 2995 | -- 把溢出的铭文奖励通过邮件发送 | 2995 | -- 把溢出的铭文奖励通过邮件发送 |
| 2996 | function Role:checkRuneCount(reward) | 2996 | function Role:checkRuneCount(reward) |
| 2997 | local firstMore = false | 2997 | local firstMore = false |
| 2998 | - local count = self:getRuneBatCount() | 2998 | + local count = self:getRuneBagCount() |
| 2999 | local page = globalCsv.store_type[ItemType.Rune] | 2999 | local page = globalCsv.store_type[ItemType.Rune] |
| 3000 | local limit = self:getProperty("bagLimit")[page] | 3000 | local limit = self:getProperty("bagLimit")[page] |
| 3001 | if count >= limit then | 3001 | if count >= limit then |