Explorar el Código

取消失落神庙跳过战斗限制

gitxsm hace 1 año
padre
commit
e0a4b4699a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      script/module/lostTemple/lostTempleLogic.lua

+ 1 - 1
script/module/lostTemple/lostTempleLogic.lua

@@ -41,7 +41,7 @@ DAY_2s = 172800
 DAY_1s = 86400
 DAY_1s = 86400
 
 
 --跳过战斗需要的战力
 --跳过战斗需要的战力
-local SHOWQUICKPOWER = 2000000
+local SHOWQUICKPOWER = 0 --2000000
 
 
 function initAfterHot()
 function initAfterHot()