Compare View

switch
from
...
to
 
Commits (2)
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
... ...