Fix dungeon spawn retries being 1 smaller than normal
This commit is contained in:
parent
45e95f7f71
commit
3efedd7d22
@ -756,7 +756,7 @@ class ServerWorld private constructor(
|
|||||||
currentDungeonID++
|
currentDungeonID++
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
} while (--spawnDungeonRetries > 0)
|
} while (spawnDungeonRetries-- > 0)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user