mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
TBC 2.4.3 and Classic 1.12 share the same SMSG_QUESTGIVER_QUEST_DETAILS format. WotLK 3.3.5a adds three extra fields (informUnit u64, flags u32, isFinished u8) that the base QuestDetailsParser::parse handles. TBC had no override, so it fell through to the WotLK heuristic which read flags+isFinished as if they were TBC fields, misaligning choiceCount, rewardMoney, and rewardXp. Fix: move parseQuestDetails from ClassicPacketParsers to TbcPacketParsers. Classic inherits it unchanged (formats are identical). Both expansions now correctly parse: no informUnit, activateAccept(u8), suggestedPlayers(u32), emote section, variable choice/reward item counts, rewardMoney, and rewardXp. |
||
|---|---|---|
| .. | ||
| audio | ||
| auth | ||
| core | ||
| game | ||
| network | ||
| pipeline | ||
| platform | ||
| rendering | ||
| third_party | ||
| ui | ||