Fix CharSections DBC layout and Warden SHA1 hash computation

CharSections fields were mapped incorrectly (Variation/Color at 4-5,
textures at 6-8) — corrected to textures at 4-6, Flags at 7,
Variation at 8, Color at 9. Fixed in both dbc_layout.cpp and all
expansion JSON configs. Also fix Warden HASH_REQUEST to SHA1 over
seed+moduleImage instead of just seed.
This commit is contained in:
Kelsi 2026-02-14 18:35:08 -08:00
parent c2467cf2fc
commit 0ef4af9c99
6 changed files with 17 additions and 12 deletions

View file

@ -12,8 +12,8 @@
},
"CharSections": {
"RaceID": 1, "SexID": 2, "BaseSection": 3,
"VariationIndex": 4, "ColorIndex": 5,
"Texture1": 6, "Texture2": 7, "Texture3": 8
"Texture1": 4, "Texture2": 5, "Texture3": 6,
"Flags": 7, "VariationIndex": 8, "ColorIndex": 9
},
"SpellIcon": { "ID": 0, "Path": 1 },
"FactionTemplate": {