mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-24 08:00:14 +00:00
Auto-detect whether SMSG_LIST_INVENTORY has 7 fields (28 bytes/item, no extendedCost) or 8 fields (32 bytes/item) per item from packet size. Servers that omit extendedCost caused every item after the first to have garbage prices due to misaligned field reads. Also remove the [+Tokens] hybrid indicator; only show [Tokens] on pure token-purchased items (buyPrice==0 && extendedCost!=0). |
||
|---|---|---|
| .. | ||
| auth_screen.cpp | ||
| character_create_screen.cpp | ||
| character_screen.cpp | ||
| game_screen.cpp | ||
| inventory_screen.cpp | ||
| quest_log_screen.cpp | ||
| realm_screen.cpp | ||
| spellbook_screen.cpp | ||
| talent_screen.cpp | ||
| ui_manager.cpp | ||