Kelsidavis-WoWee/Data
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
..
expansions fix(dbc): correct ItemDisplayInfo texture field indices for TBC/WotLK 2026-04-03 21:52:20 -07:00
interface/AddOns/HelloWorld feat: add SavedVariables persistence for Lua addons 2026-03-20 12:22:50 -07:00
opcodes refactor: derive turtle opcodes from classic 2026-03-15 02:55:05 -07:00