This commit is contained in:
xiekaidong 2023-12-25 11:28:41 +08:00
parent c82a6ca381
commit 3400403e13

View File

@ -119,7 +119,7 @@ function DungeonRuneEntity:updatePassedMaxId(maxId)
if not maxId then if not maxId then
return return
end end
self.maxPassedId = maxId self.maxPassedId = math.max(maxId - 1, 1)
end end
function DungeonRuneEntity:canSweep(id) function DungeonRuneEntity:canSweep(id)