Commit aff857332d8d9a67fd809c39cb890d23e25c2e33

Authored by liuzujun
1 parent 366dcc54

资助升级等级限制放开

Showing 2 changed files with 3 additions and 2 deletions   Show diff stats
1   -Subproject commit dc9c77c295fa031753140e45dd2d793735c5bdfa
  1 +Subproject commit 8bea1965307b5fc426e20a42736f06dfcdfd08ae
... ...
src/models/RolePlugin.lua
... ... @@ -1196,7 +1196,8 @@ function RolePlugin.bind(Role)
1196 1196 end
1197 1197  
1198 1198 while newExp >= csvdb["adv_level_fundCsv"][level].exp do
1199   - if csvdb["adv_level_fundCsv"][level + 1] and self:advChapterIsOpen(100 + csvdb["adv_level_fundCsv"][level + 1].chapter) then -- 有下一级
  1199 + --if csvdb["adv_level_fundCsv"][level + 1] and self:advChapterIsOpen(100 + csvdb["adv_level_fundCsv"][level + 1].chapter) then -- 有下一级
  1200 + if csvdb["adv_level_fundCsv"][level + 1] then -- 有下一级
1200 1201 newExp = newExp - csvdb["adv_level_fundCsv"][level].exp
1201 1202 level = level + 1
1202 1203 else
... ...