ModernUO/Projects/UOContent/Items/Skill Items/Magical
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
..
Misc feat: Adds KR/EC client versions (No actual support yet). (#1506) 2023-09-18 23:53:18 -07:00
Potions fix: Changes Map.Sector.Mobiles to link list & Fixes various related crash bugs (#1553) 2023-10-29 22:42:46 -07:00
Scrolls fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
BookOfBushido.cs fix: Codegens spellbooks (#1349) 2023-02-24 19:04:21 -08:00
BookOfChivalry.cs fix: Codegens spellbooks (#1349) 2023-02-24 19:04:21 -08:00
BookOfNinjitsu.cs fix: Codegens spellbooks (#1349) 2023-02-24 19:04:21 -08:00
MysticSpellbook.cs fix: Codegens spellbooks (#1349) 2023-02-24 19:04:21 -08:00
NecromancerSpellbook.cs fix: Codegens spellbooks (#1349) 2023-02-24 19:04:21 -08:00
Runebook.cs fix: Updates schema generator to 2.6.4 (#1452) 2023-08-11 00:09:56 -07:00
Spellbook.cs fix: Fixes spellbook not showing SpellCount when added non-empty. (#1424) 2023-07-04 16:14:04 -07:00
SpellweavingBook.cs fix: Codegens spellbooks (#1349) 2023-02-24 19:04:21 -08:00