修复
This commit is contained in:
parent
c82a6ca381
commit
3400403e13
@ -119,7 +119,7 @@ function DungeonRuneEntity:updatePassedMaxId(maxId)
|
||||
if not maxId then
|
||||
return
|
||||
end
|
||||
self.maxPassedId = maxId
|
||||
self.maxPassedId = math.max(maxId - 1, 1)
|
||||
end
|
||||
|
||||
function DungeonRuneEntity:canSweep(id)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user