ModernUO/Projects/UOContent/Items/Books
Kamron Batman 58b907d39e
fix: Fixes packet length checks (#953)
Fixes an issue with DropReq where an old client was sending in 14 bytes, but the server was expecting 15 bytes.

To fix this we introduced a new packet handler, `ContainerGridPacketHandler` and changed the code to determine the length of the packet dynamically using `GetLength(NetState)`.

Also fixed throttling so dropped packets are properly skipped.
2022-03-04 12:32:25 -08:00
..
Defined fix(codegen): Codegens books (#697) 2021-08-17 22:38:48 -07:00
BaseBook.cs fix(codegen): Adds default codegen option for save flags. Fixes world load issues. (#707) 2021-08-19 22:51:44 -07:00
BlueBook.cs fix(codegen): Codegens books (#697) 2021-08-17 22:38:48 -07:00
BookContent.cs fix(core): Converts book packets (#413) 2021-01-16 18:49:53 -08:00
BookPackets.cs fix: Fixes packet length checks (#953) 2022-03-04 12:32:25 -08:00
BookPageInfo.cs fix(core): Converts book packets (#413) 2021-01-16 18:49:53 -08:00
BrownBook.cs fix(codegen): Codegens books (#697) 2021-08-17 22:38:48 -07:00
RedBook.cs fix(codegen): Codegens books (#697) 2021-08-17 22:38:48 -07:00
TanBook.cs fix(codegen): Codegens books (#697) 2021-08-17 22:38:48 -07:00