|
@@ -62,7 +62,7 @@ function query(human)
|
|
|
|
|
|
|
|
for i = 1, nowLen do
|
|
for i = 1, nowLen do
|
|
|
local config = chongJiCfg[realIndex]
|
|
local config = chongJiCfg[realIndex]
|
|
|
- msgRet.list[i].id = i
|
|
|
|
|
|
|
+ msgRet.list[i].id = realIndex
|
|
|
msgRet.list[i].maxLv = config.lv
|
|
msgRet.list[i].maxLv = config.lv
|
|
|
msgRet.list[i].desc = Util.format(config.desc, config.lv)
|
|
msgRet.list[i].desc = Util.format(config.desc, config.lv)
|
|
|
msgRet.list[i].state = 0
|
|
msgRet.list[i].state = 0
|