flowerpig 6 месяцев назад
Родитель
Сommit
84819adc70
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      script/module/xianzhi/XianzhiLogic.lua

+ 1 - 1
script/module/xianzhi/XianzhiLogic.lua

@@ -368,7 +368,7 @@ function zhaohuanHero(human,camp, cnt)
 
 		local tWeight = totalWeight
 		local zhaohuan = xianzhiConfig.zhaohuan
-		if i == 5 then
+		if i % 5 == 0 then
 			zhaohuan = xianzhiConfig.zhaohuan1
 			tWeight = totalWeight1
 		end