ModernUO/Projects/UOContent/Skills/Tracking
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
..
OutgoingArrowPackets.cs fix: Stops creating blocked packets entirely (#944) 2022-02-27 00:13:49 -08:00
QuestArrow.cs Updates Message Packets (#321) 2020-11-20 21:50:13 -08:00
TrackArrow.cs Updates Combat Packets & Moves Tracking to Content (#298) 2020-11-01 21:33:01 -08:00
Tracking.cs fix: Fixes packet length checks (#953) 2022-03-04 12:32:25 -08:00
TrackTimer.cs Updates Combat Packets & Moves Tracking to Content (#298) 2020-11-01 21:33:01 -08:00