mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-23 07:40:14 +00:00
TBC 2.4.3 sends quest giver status as uint32 (like Classic), not uint8 (WotLK). Without this override, reading uint8 consumed only 1 of 4 bytes, misaligning all subsequent packet data and breaking quest markers on NPCs. TBC channel join/leave packets use Classic format (name+password only). The WotLK base prepends channelId/hasVoice/joinedByZone, causing servers to reject the malformed packets and breaking channel features. |
||
|---|---|---|
| .. | ||
| audio | ||
| auth | ||
| core | ||
| game | ||
| network | ||
| pipeline | ||
| platform | ||
| rendering | ||
| third_party | ||
| ui | ||