mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-17 01:23:51 +00:00
Classic 1.12 servers (vmangos/cmangos-classic) send: uint64 guid + CString name + CString realmName + uint32 race + uint32 gender + uint32 class TBC's Variant A (which Classic inherited) skipped the realmName CString, causing the null terminator of the empty realmName to be absorbed into the low byte of the uint32 race read, producing race=0 and shifted gender/class. Adds a ClassicPacketParsers::parseNameQueryResponse override that correctly reads the realmName CString before the race/gender/class uint32 fields. |
||
|---|---|---|
| .. | ||
| audio | ||
| auth | ||
| core | ||
| game | ||
| network | ||
| pipeline | ||
| rendering | ||
| ui | ||
| main.cpp | ||