GITLAB
wasteland
/
server
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
b9bd5cb6189a894a670c0307680eed7f5cc6e4ea
Authored by
zhouahaihai
2018-11-30 14:52:16 +0800
1 parent
997cbdfe
天赋阶段 bug
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/actions/HeroAction.lua
Inline
Side-by-side
src/actions/HeroAction.lua
Wrap text
Show/Hide comments
View file @
b9bd5cb
...
...
@@ -118,7 +118,7 @@ function _M.talentRpc(agent, data)
118
118
end
119
119
end
120
120
if max then
121
- talent = talent:
incrv(0,
1)
121
+ talent = talent:
setv(0, curStage +
1)
122
122
for i = 1, 4 do
123
123
talent = talent:setv(i, 0)
124
124
end
...
...