Commit 07c6a92ba2cec99bbf73bde0e7f67123b914962b
1 parent
bf857ca1
bug
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
src/models/RoleChangeStruct.lua
... | ... | @@ -34,8 +34,9 @@ end) |
34 | 34 | local bugFixSuduku = createVersionFunc(VersionType.DoOnly, function(role, params) |
35 | 35 | local sudoku = role:getProperty("sudoku") |
36 | 36 | local phase = sudoku[-1] or 1 |
37 | + local id = 9 | |
37 | 38 | if phase == 1 then |
38 | - local curData = (csvdb["guide_sudokuCsv"][phase] or {})[9] | |
39 | + local curData = (csvdb["guide_sudokuCsv"][phase] or {})[id] | |
39 | 40 | if role:checkHangPass(curData.con2) then |
40 | 41 | sudoku.task = sudoku.task or {} |
41 | 42 | sudoku.task[phase] = sudoku.task[phase] or {} | ... | ... |
-
mentioned in commit 38c7e6a015b6c45e7b733b35560eef2a54df9d10
-
mentioned in commit 52f8c5f05d0a531232a7dd7887becd2a77986aa1
-
mentioned in commit 52f8c5f05d0a531232a7dd7887becd2a77986aa1
-
mentioned in commit ba6d85edc65900830c7e168102d70671881b5808
-
mentioned in commit ba6d85edc65900830c7e168102d70671881b5808