WoW-Pro Guides

WoW-Pro Guides

3M Downloads

Missing part to skip profession once you reach a level

Twists opened this issue ยท 0 comments

commented

The part that marks the step as completed for professions is missing in line 432 of broker.lua. It should read: if (WoWPro.action[k] == "A" and not hasProf) or (skip == true) then

Without that, it ignores the logic of skip=false prior. I just combine what you had rather than write a seperate section that contained just 2 of the 4 same statements. It still needs to check them off. The other two commands shouldn't matter (why and the comment that it was skipped).