Commit bf857ca13989808894988bcad9900db0fa137bd0

Authored by zhouhaihai
2 parents 28f0c0ca 337a0165

Merge branch 'bugfix' into develop

* 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"}
... ...