Skip to content

Commit

Permalink
Change [Treasure Contracts] to use GuideQuestTriggers().
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludovicus-Maior committed Mar 22, 2024
1 parent 1c89452 commit e4eb117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WoWPro_Dailies/Neutral/Ludo_Harrison.lua
Expand Up @@ -7,7 +7,7 @@ local guide = WoWPro:RegisterGuide("LudoHarrison",'Dailies',"Draenor","Ludovicus
WoWPro:GuideLevels(guide,40,40,41)
WoWPro:GuideIcon(guide,"ACH",9825)
WoWPro.Dailies:GuideNameAndCategory(guide,"Treasure Contracts", "Garrison")
WoWPro:GuideAutoSwitch(guide)
WoWPro:GuideQuestTriggers(guide, 37848, 37973, 37881, 37914, 37788, 37941)
WoWPro:GuideSteps(guide,function()
return [[
Expand Down

0 comments on commit e4eb117

Please sign in to comment.