Add Woodworking profession + bump to 1.9

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.
This commit is contained in:
2026-05-09 01:01:07 +02:00
parent 99e35de28a
commit a26197ec13
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -198,6 +198,12 @@ local profList = {
3273, -- Apprentice 75 3273, -- Apprentice 75
}, --FIRSTAID }, --FIRSTAID
{13977860}, --WOODCUTTING {13977860}, --WOODCUTTING
{
1005011, -- Artisan 300
1005010, -- Expert 225
1005009, -- Journeyman 150
1005008, -- Apprentice 75
}, --WOODWORKING
} }
local profSubList = { local profSubList = {
+1 -1
View File
@@ -7,6 +7,6 @@
## X-Category: Profession ## X-Category: Profession
## X-OptionsFrame: ProfessionMenuOptionsFrame ## X-OptionsFrame: ProfessionMenuOptionsFrame
## DefaultState: enabled ## DefaultState: enabled
## Version: 1.8 ## Version: 1.9
embeds.xml embeds.xml