Commit 7ba807d6f90dba55b2b8d58e2473330b798f988b

Authored by zhangqijia
1 parent 15b33dc3

fix: role:getRuneBatCount()改为role:getRuneBagCount()

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