ModernUO/Projects/UOContent/Spells
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
..
Base fix: Optimizes redundant spell damage logic 2023-09-27 13:24:46 -07:00
Bushido fix: Fixes buff icons for confidence, honorable excution, and divine fury (#1291) 2022-12-04 13:52:44 -08:00
Chivalry fix: Prepares for IPooledEnumerable removal (#1548) 2023-10-15 11:20:49 -07:00
Eighth fix: Fixes disarm, strangle, curse, summons, looting rights, creatures attacking, and items going to the floor (#1174) 2022-09-27 22:19:15 -07:00
Fifth fix: Prepares for IPooledEnumerable removal (#1548) 2023-10-15 11:20:49 -07:00
First fix: Fixes crafter deserialize, cleans up bandages, and codegens misc items (#1350) 2023-02-25 00:54:12 -08:00
Fourth fix: Prepares for IPooledEnumerable removal (#1548) 2023-10-15 11:20:49 -07:00
Gargoyle/SpellDefinitions fix: Cleans up more spells (#1122) 2022-07-16 23:15:45 -07:00
Mysticism fix: Prepares for IPooledEnumerable removal (#1548) 2023-10-15 11:20:49 -07:00
Necromancy fix: Prepares for IPooledEnumerable removal (#1548) 2023-10-15 11:20:49 -07:00
Ninjitsu fix: Renames WeightOverloading to StaminaSystem (#1495) 2023-09-06 18:58:45 -07:00
Second fix: Adds name support for all mods (#1128) 2022-10-15 10:46:31 -07:00
Seventh fix: Fixes map iterators for Items (#1564) 2023-10-26 17:49:15 -07:00
Sixth fix: Prepares for IPooledEnumerable removal (#1548) 2023-10-15 11:20:49 -07:00
Spellweaving fix: Fixes map iterators for Items (#1564) 2023-10-26 17:49:15 -07:00
Targeting fix: Cleans up some comments and spell code (#1120) 2022-07-16 19:45:41 -07:00
Third fix: Fixes map iterators for Items (#1564) 2023-10-26 17:49:15 -07:00
Initializer.cs fix: Adds Cleansing Winds Spell (#1126) 2022-07-17 07:49:55 -07:00
Reagent.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
UnsummonTimer.cs fix: Codegens talismans - Fixes memory leak (#1469) 2023-08-23 22:41:48 -07:00