Explorar o código

修改冲击活动

gitxsm hai 1 ano
pai
achega
1f378fd144
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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