ModernUO/Projects/UOContent/Engines/ML Quests/Gumps
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
..
BaseQuestGump.cs fix(core): Converts more packets and switches to Moq (#415) 2021-01-16 22:09:05 -08:00
InfoNPCGump.cs fix(core): Converts more packets and switches to Moq (#415) 2021-01-16 22:09:05 -08:00
QuestCancelConfirmGump.cs fix(core): Converts more packets and switches to Moq (#415) 2021-01-16 22:09:05 -08:00
QuestConversationGump.cs fix(core): Converts more packets and switches to Moq (#415) 2021-01-16 22:09:05 -08:00
QuestLogDetailedGump.cs fix(core): Converts more packets and switches to Moq (#415) 2021-01-16 22:09:05 -08:00
QuestLogGump.cs fix(core): Converts more packets and switches to Moq (#415) 2021-01-16 22:09:05 -08:00
QuestOfferGump.cs chore: Cleans up pattern checks. (#892) 2021-12-24 15:53:59 -08:00
QuestReportBackGump.cs fix(core): Converts more packets and switches to Moq (#415) 2021-01-16 22:09:05 -08:00
QuestRewardGump.cs fix(core): Converts more packets and switches to Moq (#415) 2021-01-16 22:09:05 -08:00
RaceChangeGump.cs fix: Fixes packet length checks (#953) 2022-03-04 12:32:25 -08:00