Kelsidavis-WoWee/Data/expansions
Kelsi 3111fa50e8 fix(dbc): correct ItemDisplayInfo texture field indices for TBC/WotLK
TBC and WotLK have 25-field ItemDisplayInfo.dbc (vs 23 in Classic/Turtle)
with 2 extra fields before the texture region block. The texture fields
start at index 15 (not 14), shifting all 8 regions by +1.

This caused every equipment texture to be composited into the wrong body
region — e.g. LegLower textures landing in FootTexture, belt textures in
LegLowerTexture instead of LegUpperTexture ("everything shifted by 1").

Verified against raw DBC binary data: Classic field[14]=ArmUpper,
TBC/WotLK field[15]=ArmUpper.
2026-04-03 21:52:20 -07:00
..
classic feat: resolve spell \$d duration to real seconds from SpellDuration.dbc 2026-03-23 01:00:18 -07:00
tbc fix(dbc): correct ItemDisplayInfo texture field indices for TBC/WotLK 2026-04-03 21:52:20 -07:00
turtle feat: resolve spell \$d duration to real seconds from SpellDuration.dbc 2026-03-23 01:00:18 -07:00
wotlk fix(dbc): correct ItemDisplayInfo texture field indices for TBC/WotLK 2026-04-03 21:52:20 -07:00