Commit e626dbf056c177d34404317b04a360a0c5c8403d

Authored by liuzujun
2 parents 131a1ae1 1a26a647

Merge branch 'cn/develop' into cn/publish/zhaolu_test

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/actions/HeroAction.lua
... ... @@ -202,7 +202,7 @@ function _M.talentRpc(agent, data)
202 202  
203 203  
204 204 local cost = {}
205   - if curLevel == #curData + 1 then
  205 + if curLevel == #curData then
206 206 talent = talent:setv(0, curStage + 1)
207 207 talent = talent:setv(1, 1)
208 208 else
... ...