Kelsidavis-WoWee/src
Kelsi c8edba6b65 Fix missing armor in WotLK item tooltips and character stats
SMSG_ITEM_QUERY_SINGLE_RESPONSE in WotLK 3.3.5a sends BuyCount as a
separate field before BuyPrice. The parser was skipping only one of the
two fields, shifting every subsequent read by 4 bytes. This caused
statsCount to be read from ContainerSlots (always 0 for non-bags) so
no stat pairs were parsed, and the armor field was read from the wrong
offset in the damage block — leaving all stat bonuses and armor at 0.

Also moved armor above stat bonuses in the item tooltip to match WoW's
canonical tooltip layout (armor, then green stat lines).
2026-02-19 16:52:04 -08:00
..
audio apply pending protocol, ui, audio, and CodeQL fixes 2026-02-19 16:17:06 -08:00
auth Reset realm and character lists when switching servers 2026-02-14 19:24:31 -08:00
core Fix movement desync: strafe animation and missing SET_FACING 2026-02-19 16:40:17 -08:00
game Fix missing armor in WotLK item tooltips and character stats 2026-02-19 16:52:04 -08:00
network apply pending protocol, ui, audio, and CodeQL fixes 2026-02-19 16:17:06 -08:00
pipeline Fix M2 white shell artifact from missing textures, add opacity track support 2026-02-17 23:52:44 -08:00
rendering Fix movement desync: strafe animation and missing SET_FACING 2026-02-19 16:40:17 -08:00
ui Fix missing armor in WotLK item tooltips and character stats 2026-02-19 16:52:04 -08:00
main.cpp Add Windows build support via MSYS2 and fix platform-specific code 2026-02-18 17:38:08 -08:00