feat: add ITEM_FIELD_DURABILITY/MAXDURABILITY to all expansion update_fields

- Classic/Turtle: indices 48/49 (no spell-charge fields between stack
  count and durability in 1.12)
- TBC: indices 60/61 (same layout as WotLK, matches TBC 2.4.3 item fields)
- WotLK: already added in previous commit

Enables durability tracking across all supported expansion profiles.
This commit is contained in:
Kelsi 2026-03-10 16:31:18 -07:00
parent dce8a4e442
commit f53f16a59b
3 changed files with 6 additions and 0 deletions

View file

@ -34,6 +34,8 @@
"PLAYER_END": 1282,
"GAMEOBJECT_DISPLAYID": 8,
"ITEM_FIELD_STACK_COUNT": 14,
"ITEM_FIELD_DURABILITY": 48,
"ITEM_FIELD_MAXDURABILITY": 49,
"CONTAINER_FIELD_NUM_SLOTS": 48,
"CONTAINER_FIELD_SLOT_1": 50
}