Update quests and restrict tactics to non-classic versions
All checks were successful
forgejo/Czech Quests/addon/pipeline/head This commit looks good

This commit is contained in:
Roman Jaroš 2025-03-31 12:46:14 +02:00
parent 666bbc4659
commit 352271d34d
4 changed files with 21 additions and 9 deletions

View file

@ -147,7 +147,9 @@ local function InitOptions()
InitQuests()
InitSpeeches()
InitTactics()
if (WOW_PROJECT_ID ~= WOW_PROJECT_CLASSIC) then
InitTactics()
end
InitOthers()
Settings.RegisterAddOnCategory(category)