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 Engineering
local guide = WoWPro:RegisterGuide(“TwiEngineering”,”Profession”,”Engineering”, “Twists”, “Neutral”)
WoWPro:GuideIcon(guide,”PRO”,202)
WoWPro:GuideLevels(guide)
WoWPro:GuideName(guide, “Engineering”)
WoWPro:GuideSteps(guide, function()
return [[
N Learn Apprentice Engineering|QID|902020000|P|Engineering;202;*;0;75|N|Learn from a Trainer in any major city. You must be level 5.|
N This guide has not yet been written. Should be available soon.|QID|902020001|
N This guide has not yet been written. Should be available soon.|QID|902020001|
N That completes Engineering.|QID|902020002|
]]
end)