mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-23 15:50:20 -04:00
Classic gossip packets lack the menuId field and quest items don't have questFlags/isRepeatable, causing the WotLK parser to read garbage counts (541M quests) and hang. Added ClassicPacketParsers::parseGossipMessage override with the correct vanilla format.