gitxsm 3 месяцев назад
Родитель
Сommit
ae4c816904
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      script/module/present/RichangLibaoLogic.lua

+ 1 - 1
script/module/present/RichangLibaoLogic.lua

@@ -263,7 +263,7 @@ function isOpen(human, YYInfo, funcConfig)
 	end
 
 	local openDay = CommonDB.getServerOpenDay()
-    if libaoType == LIBAOTYPE_MONTH and openDay < COND_OPEN_SRV_DAYS then
+    if libaoType == LIBAOTYPE_WEEK and openDay < COND_OPEN_SRV_DAYS then
         return false
     end