mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-25 00:27:41 -04:00
TBC 2.4.3 SMSG_ITEM_QUERY_SINGLE_RESPONSE differs from WotLK: no Flags2, no BuyCount, statsCount-many stat pairs (not always 10), and no ScalingStatDistribution/ScalingStatValue. Without this override, TbcPacketParsers fell back to the WotLK parser and misread stats/armor with a cascading 16-byte offset. Classic (Vanilla) was already safe via its own independent ClassicPacketParsers::parseItemQueryResponse().