If you feel comfortable editing guide files, feel free to fix bugs on this page. Make sure you record your changes in the change log!
If you’d rather just leave a comment with any mistakes you find in them, someone else can add the changes to the file at a later time.
Source Code – Profession Enchanting
local guide = WoWPro:RegisterGuide(“TwiEnchanting”,”Profession”,”Enchanting”, “Twists”, “Neutral”)
WoWPro:GuideIcon(guide,”PRO”,333)
WoWPro:GuideLevels(guide)
WoWPro:GuideName(guide, “Enchanting”)
WoWPro:GuideSteps(guide, function()
return [[
N Learn Apprentice Enchanting|QID|903330000|N|Learn from a trainer in any major city. You must be level 5.|P|Enchanting;333;0;;75|
N This guide has not yet been written. Should be available soon.|QID|903330001|
N This guide has not yet been written. Should be available soon.|QID|903330001|
N This guide has not yet been written. Should be available soon.|QID|903330001|
N This guide has not yet been written. Should be available soon.|QID|903330001|
N This guide has not yet been written. Should be available soon.|QID|903330001|
N This guide has not yet been written. Should be available soon.|QID|903330001|
N This guide has not yet been written. Should be available soon.|QID|903330001|
N That completes Enchanting.|QID|903330002|
]]
end)