兼容处理

This commit is contained in:
xiekaidong 2023-09-13 15:53:02 +08:00
parent 9b86946d2c
commit c365bc65f2

View File

@ -179,7 +179,9 @@ function ActBossRushData:getIsOpen()
return false
end
if Time:getServerTime() <= DataManager:getRegisterTs() + self:getConditionDay() then -- 前14天的号看不到
if self.fightCount <= 0 then
if self.fightCount > 0 or self.proBounght or not self.utralBounght then
-- 兼容已参与的玩家
else
return false
end
end