ModernUO/Projects/UOContent/Spells/Seventh
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
..
ChainLightning.cs fix: Prepares for IPooledEnumerable removal (#1548) 2023-10-15 11:20:49 -07:00
EnergyField.cs fix: Cleans up LINQ calls. (#965) 2022-03-20 19:20:54 -07:00
FlameStrike.cs fix: Removes duplicative spell checks (#849) 2021-11-14 18:45:16 -08:00
GateTravel.cs fix: Fixes map iterators for Items (#1564) 2023-10-26 17:49:15 -07:00
ManaVampire.cs fix: Fixes mana vampire creating mana from thin air (#1561) 2023-10-22 12:07:14 -07:00
MassDispel.cs fix: Prepares for IPooledEnumerable removal (#1548) 2023-10-15 11:20:49 -07:00
MeteorSwarm.cs fix: Prepares for IPooledEnumerable removal (#1548) 2023-10-15 11:20:49 -07:00
Polymorph.cs fix: Updates disguises and codegens tinkering items (#1353) 2023-02-25 12:01:06 -08:00