mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
Classic 1.12 SMSG_CREATURE_QUERY_RESPONSE has no iconName CString between subName and typeFlags. The TBC/WotLK parser was reading the typeFlags uint32 bytes as the iconName string, then reading the remaining bytes as typeFlags — producing garbage creature type/family/rank values and corrupting target frame display for all creatures on Classic servers. Add ClassicPacketParsers::parseCreatureQueryResponse without the iconName read, and route the game handler through virtual dispatch so the override is called. |
||
|---|---|---|
| .. | ||
| audio | ||
| auth | ||
| core | ||
| game | ||
| network | ||
| pipeline | ||
| platform | ||
| rendering | ||
| third_party | ||
| ui | ||