• 1.9 a26197ec13

    Add Woodworking profession + bump to 1.9

    florian.berthold released this 2026-05-08 23:01:07 +00:00 | 10 commits to master since this release

    Woodworking is a new CoA crafting profession sitting alongside the
    existing Woodcutting gathering line. It progresses through the
    standard Apprentice/Journeyman/Expert/Artisan tier spells (no Master
    or Grand Master yet), per db.exil.es:

    1005008  Apprentice Woodworking   ( 75)
    1005009  Journeyman Woodworking   (150)
    1005010  Expert Woodworking       (225)
    1005011  Artisan Woodworking      (300)
    

    GetSpellInfo on each returns the rank-prefixed name; the addon's
    getProfessionRanks() then matches against the 'Woodworking' skill
    line, same shape as Apprentice/Alchemy etc. No transmute cooldowns
    known yet, so no profCooldowns entry.

    Downloads