gitxsm 5 сар өмнө
parent
commit
ae4c816904

+ 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