Ver Fonte

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

gitxsm há 1 ano atrás
pai
commit
e0a4b4699a
1 ficheiros alterados com 1 adições e 1 exclusões
  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
 
 --跳过战斗需要的战力
-local SHOWQUICKPOWER = 2000000
+local SHOWQUICKPOWER = 0 --2000000
 
 function initAfterHot()