|
|
@@ -42,7 +42,7 @@ end
|
|
|
|
|
|
--
|
|
|
local function isOpen(human)
|
|
|
- local openDay = CommonDB.getServerOpenDay()
|
|
|
+ --[[local openDay = CommonDB.getServerOpenDay()
|
|
|
if not openDay then
|
|
|
return
|
|
|
end
|
|
|
@@ -54,7 +54,7 @@ local function isOpen(human)
|
|
|
---- �Ѿ�����
|
|
|
if (openDay - 7 + 1) % 2 ~= 1 then
|
|
|
return
|
|
|
- end
|
|
|
+ end]]
|
|
|
|
|
|
if not RoleSystemLogic.isOpen(human, RoleSystemDefine.ROLE_SYS_ID_1208) then
|
|
|
return
|