Sfoglia il codice sorgente

修改冲击活动

gitxsm 1 anno fa
parent
commit
1f378fd144
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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