Commit 1c4c3480073ac99ee02dc66e9678f4b06b7c3833
Merge branch 'bugfix' into qa
* bugfix: bug
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/models/RoleChangeStruct.lua
... | ... | @@ -51,7 +51,7 @@ end) |
51 | 51 | |
52 | 52 | -- version 罗列start |
53 | 53 | local versionList = {} -- version 列表 |
54 | -versionList[1] = {bugFixSuduku} | |
54 | +versionList[1] = {bugFixSuduku, {}} | |
55 | 55 | -- versionList[2] = {clearActivity, {5, 7}} |
56 | 56 | -- versionList[3] = {changeStructF, "test1"} |
57 | 57 | -- versionList[4] = {changeStructF, "test2"} | ... | ... |