Explorar el Código

修改每周礼包

gitxsm hace 5 meses
padre
commit
ae4c816904
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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