From 19e6491a1cd52e695bd8de7b246573ed43893c9e Mon Sep 17 00:00:00 2001 From: MysticalOS Date: Tue, 17 Nov 2020 09:59:40 -0500 Subject: [PATCH] bump tocs removed load restriction for torghast --- DBM-Challenges/DBM-Challenges.toc | 2 +- DBM-Challenges/Shadowlands/Torghast.lua | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/DBM-Challenges/DBM-Challenges.toc b/DBM-Challenges/DBM-Challenges.toc index 2517dfa..91993fc 100755 --- a/DBM-Challenges/DBM-Challenges.toc +++ b/DBM-Challenges/DBM-Challenges.toc @@ -1,4 +1,4 @@ -## Interface: 90001 +## Interface: 90002 ## X-Min-Interface: 80000 ## Title:|cffffe00a<|r|cffff7d0aDBM|r|cffffe00a>|r |cff69ccf0Challenges|r ## Title-deDE:|cffffe00a<|r|cffff7d0aDBM|r|cffffe00a>|r |cff69ccf0Herausforderungen|r diff --git a/DBM-Challenges/Shadowlands/Torghast.lua b/DBM-Challenges/Shadowlands/Torghast.lua index 87601e8..6257eff 100644 --- a/DBM-Challenges/Shadowlands/Torghast.lua +++ b/DBM-Challenges/Shadowlands/Torghast.lua @@ -1,5 +1,4 @@ -if DBM:GetTOC() < 90001 then return end -local mod = DBM:NewMod("d1963", "DBM-Challenges", 1) +local mod = DBM:NewMod("d1963", "DBM-Challenges", 1) local L = mod:GetLocalizedStrings() mod:SetRevision("@file-date-integer@")