mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-06-04 22:24:39 -04:00
The same 25-line block copying ~20 fields from itemInfoCache_ into ItemDef was duplicated for equipment, backpack, keyring, and bag slots. Extracted into buildItemDef() so new fields only need adding once. Net -100 lines.