Commit 653e7a15b54e592c2904ca31941495cfd662e2a7
1 parent
55c1d2cf
talent 前置调整
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/actions/DinerAction.lua
| ... | ... | @@ -287,7 +287,7 @@ function _M.talentUpRpc( agent, data ) |
| 287 | 287 | return 4 |
| 288 | 288 | end |
| 289 | 289 | |
| 290 | - local limit = treeData.pointFront:toNumMap() | |
| 290 | + local limit = talentData.pointFront:toNumMap() | |
| 291 | 291 | for k,v in pairs(limit) do |
| 292 | 292 | local lv = dishTree:getv(k, 0) |
| 293 | 293 | if lv < v then | ... | ... |