Selaa lähdekoodia

修改冲击活动

gitxsm 1 vuosi sitten
vanhempi
sitoutus
1f378fd144
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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