ModernUO/Projects/UOContent/Engines/ML Quests/Gumps
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
..
BaseQuestGump.cs feat: Adds TextDefinition serialization support. (#1217) 2022-10-30 01:42:48 -07:00
InfoNPCGump.cs feat: Adds TextDefinition serialization support. (#1217) 2022-10-30 01:42:48 -07: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 feat: Adds TextDefinition serialization support. (#1217) 2022-10-30 01:42:48 -07: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 thread guard and cleans up incoming packet reader (#1641) 2023-12-19 17:04:09 -08:00