Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: crash when spawn cleanup (#3034)
Crash fix introduced in #2913 This crash occurs when the iterator attempts to access a container that was modified during the creature removal process, while spawnedMonsterMap and/or erase_if is being executed.
- Loading branch information