This commit is contained in:
Tercio Jose
2022-03-17 17:47:44 -03:00
parent e581d353cd
commit 33c41156e0
2 changed files with 38 additions and 51 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ function Details:OpenForge()
nopluginLabel:SetText (L["STRING_FORGE_ENABLEPLUGINS"])
end
if (not Details:GetTutorialCVar ("FORGE_TUTORIAL")) then
if (not Details:GetTutorialCVar ("FORGE_TUTORIAL") and false) then
local tutorialFrame = CreateFrame ("frame", "$parentTutorialFrame", f,"BackdropTemplate")
tutorialFrame:SetPoint ("center", f, "center")
tutorialFrame:SetFrameStrata ("DIALOG")