ModernUO/Projects/UOContent/Spells/Seventh
Kamron Batman 24858f3989
fix: Changes Map.Sector.Items to link list. (#1547)
### Summary

Eliminates `IPooledEnumerable<T>` and `eable.Free()` from `Map` for items. This drastically simplifies code that iterates in range, for example:

```cs
foreach (var item in m.GetItemsInRange(5))
{
}
```
The code above no longer requires an eable and calling `Free()`.
2023-10-16 20:51:02 -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: Changes Map.Sector.Items to link list. (#1547) 2023-10-16 20:51:02 -07:00
ManaVampire.cs fix: Removes duplicative spell checks (#849) 2021-11-14 18:45:16 -08: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