mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-08-01 10:21:34 -04:00
Crafting without the required tool (blacksmith hammer, mining pick, ...) surfaced the raw protocol labels 'Totems' / 'Totem category'. The server appends up to two ids naming the tool — TotemCategory.dbc ids for totem-category failures, item ids for totem failures. Read them via a shared readCastResultArgs helper across all three expansion parsers and report 'Requires Blacksmith Hammer in your inventory.', with an informative fallback when the ids can't be resolved.