ModernUO/Projects/UOContent/Items/Maps
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
..
BlankMap.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
CityMap.cs Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
IndecipherableMap.cs Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
LocalMap.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
MapItem.cs fix(core): Converts some packets & misc fixes/cleanup (#414) 2021-01-16 21:01:54 -08:00
MapItemPackets.cs fix: Fixes packet length checks (#953) 2022-03-04 12:32:25 -08:00
PresetMap.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
SeaChart.cs Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
TreasureMap.cs fix: Various code cleanup (#756) 2021-09-03 19:41:12 -07:00
WorldMap.cs Fixes brace style (#248) 2020-09-13 21:49:46 -07:00