ModernUO/Projects/UOContent/Spells/Fifth
Kamron Batman 28c06c1cc0
fix: Changes Map.Sector.Mobiles to link list & Fixes various related crash bugs (#1553)
### Summary

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

```cs
foreach (var m in m.GetMobilesInRange(5))
{
}
```
The code above no longer requires an eable and calling `Free()`.

- [X] Fixed several locations where an NPC that was damaged would cause a server crash.
- [X] Removed an unnecessary allocation in guard fake calls (NPCs calling guards on you)
- [X] Fixes damage precision loss in Poison Strike Spell
- [X] BogThing no longer attempts to "search" for boglings to eat when it is at full health
2023-10-29 22:42:46 -07:00
..
BladeSpirits.cs fix: Fixes cast spell speeds for various expansions (#1178) 2022-10-01 12:25:40 -07:00
DispelField.cs fix: Fixes first/second scrolls crashing (#891) 2021-12-24 15:26:12 -08:00
Incognito.cs fix: Updates disguises and codegens tinkering items (#1353) 2023-02-25 12:01:06 -08:00
MagicReflect.cs fix: Adds name support for all mods (#1128) 2022-10-15 10:46:31 -07:00
MindBlast.cs fix: Removes duplicative spell checks (#849) 2021-11-14 18:45:16 -08:00
Paralyze.cs fix: Blood Oath, Wraith form, & Strangle (#1153) 2022-09-01 09:19:40 -07:00
PoisonField.cs fix: Changes Map.Sector.Mobiles to link list & Fixes various related crash bugs (#1553) 2023-10-29 22:42:46 -07:00
SummonCreature.cs fix: Fixes cast spell speeds for various expansions (#1178) 2022-10-01 12:25:40 -07:00