ModernUO/Projects/UOContent/Items/Books
Kamron Batman 7d9bc9ff0a
fix: Fixes thread guard and cleans up incoming packet reader (#1641)
### Summary
* Fixes syntax compile error when THREADGUARD is enabled.
* Removes `int packetLength` from incoming packet handles since they aren't needed.

### Developer Notes
Incoming packet handler `SpanReader` is now properly scoped to that packet by length.
2023-12-19 17:04:09 -08:00
..
Defined fix: Optimizes OPL using string interpolation (#1041) 2022-06-02 10:09:53 -07:00
BaseBook.cs feat: Customize expansion and set maps on first boot (#1425) 2023-07-31 20:46:49 -07:00
BlueBook.cs fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
BookContent.cs fix(core): Converts book packets (#413) 2021-01-16 18:49:53 -08:00
BookPackets.cs fix: Fixes thread guard and cleans up incoming packet reader (#1641) 2023-12-19 17:04:09 -08:00
BookPageInfo.cs fix: Cleans up murder system (#1428) 2023-07-16 00:04:30 -07:00
BrownBook.cs fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
RedBook.cs fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
TanBook.cs fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00