修复
This commit is contained in:
parent
c82a6ca381
commit
3400403e13
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user