Skip to content

Commit

Permalink
Fixed an issue where openening the map would change the zone to a cap…
Browse files Browse the repository at this point in the history
…iital city.
  • Loading branch information
Tercioo committed Oct 28, 2020
1 parent e30ea67 commit e0855bd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion WorldQuestTracker.lua
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,12 @@ local tutorial_four = function()
end

function WorldQuestTracker.ShowTutorialAlert()


if (true) then
--disabled tutorials for 9.0.1, due to "MicroButtonAlertTemplate" being nil, need to replace with the new animation
return
end

WorldQuestTracker.db.profile.TutorialPopupID = WorldQuestTracker.db.profile.TutorialPopupID or 1

--WorldQuestTracker.db.profile.TutorialPopupID = 3
Expand Down

0 comments on commit e0855bd

Please sign in to comment.