bug修复

This commit is contained in:
xiekaidong 2023-09-13 16:27:23 +08:00
parent c365bc65f2
commit 9ae91b8668

View File

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