ModernUO/Projects/UOContent/Engines/Spawners
Kamron Batman d919f71149
fix: Fixes map iterators for Items (#1564)
### Summary

Modifying a ValueLinkList using one of the methods will bump the "version". This field is used by iterators (foreach loops) to determine if the link list was modified while iterating. The sector.Items (and in the future other lists), will no longer be safe to modify while iterating. The server will _CRASH_ if the ValueLinkList is modified.

Thanks to @stefanomerotta for help!


### Screenshots
<img width="588" alt="image" src="https://github.com/modernuo/ModernUO/assets/3953314/83ee0b6e-ff4f-4768-9e29-84456e04b1ec">
2023-10-26 17:49:15 -07:00
..
Commands fix: Fixes map iterators for Items (#1564) 2023-10-26 17:49:15 -07:00
BaseSpawner.cs fix: Fixes duping of spawners (#1255) 2022-11-19 17:46:44 -08:00
ProximitySpawner.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
RegionSpawner.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
Spawner.cs fix: Cleans up movement code (#787) 2021-09-16 23:23:22 -07:00
SpawnerControllerGump.cs fix: Fixes [spawn gump for older clients (#1108) 2022-07-04 07:20:20 -07:00
SpawnerEntry.cs feat: Customize expansion and set maps on first boot (#1425) 2023-07-31 20:46:49 -07:00
SpawnerGump.cs fix: Update LabelTo, SendMessage, etc to Interpolated Strings (#1283) 2022-11-28 19:58:12 -08:00
SpawnPropsGump.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00