ModernUO/Projects/UOContent/Engines/Quests
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
..
Ambitious Solen Queen fix: Codegens more quest entities (#1538) 2023-10-09 23:58:04 -07:00
Collector fix: Codegens more quest entities (#1538) 2023-10-09 23:58:04 -07:00
Core fix: Fixes span reader ReadString (#1539) 2023-10-11 13:41:24 -07:00
Dark Tides fix: Codegens more quest entities (#1538) 2023-10-09 23:58:04 -07:00
Emino's Undertaking fix: Fixes span reader ReadString (#1539) 2023-10-11 13:41:24 -07:00
Haochi's Trials fix: Codegens more quest entities (#1538) 2023-10-09 23:58:04 -07:00
Regions fix: Fixes crafter deserialize, cleans up bandages, and codegens misc items (#1350) 2023-02-25 00:54:12 -08:00
Solen Matriarch fix: Removes from literals (#893) 2021-12-24 15:56:07 -08:00
Study of the Solen Hive fix: Cleans up LINQ calls. (#965) 2022-03-20 19:20:54 -07:00
Terrible Hatchlings Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
The Summoning fix: Fixes map iterators for Items (#1564) 2023-10-26 17:49:15 -07:00
Uzeraan Turmoil fix: Codegens more quest entities (#1538) 2023-10-09 23:58:04 -07:00
Witch Apprentice fix: Overhauls virtue system (#1376) 2023-07-19 21:43:47 -07:00