gitxsm 1 год назад
Родитель
Сommit
1f378fd144
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      script/module/present/ChongJiLogic.lua

+ 1 - 1
script/module/present/ChongJiLogic.lua

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