From 1cb6b7e2c8151c4d8f5b642d7584fa3bf3d4d516 Mon Sep 17 00:00:00 2001 From: Benjamin Staneck Date: Wed, 8 May 2024 12:01:35 +0200 Subject: [PATCH] Update TOCs and Classic checks --- .github/workflows/ci.yml | 4 ++-- .github/workflows/pr.yml | 6 +++--- AdvancedInterfaceOptions.toc | 6 +++--- basicOptions.lua | 4 ---- 4 files changed, 8 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c8a6df..bb180f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,10 +35,10 @@ jobs: WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }} WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }} - - name: Create Wrath Package + - name: Create Cata Package uses: BigWigsMods/packager@master with: - args: -g wrath + args: -g cata env: CF_API_KEY: ${{ secrets.CF_API_KEY }} GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 1cd285b..77df9e9 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -42,13 +42,13 @@ jobs: name: AIO-PR${{ github.event.number }}-bcc path: .release/ - - name: Create Wrath Package + - name: Create Cata Package uses: BigWigsMods/packager@master with: - args: -d -z -g wrath + args: -d -z -g cata - uses: actions/upload-artifact@v2 with: - name: AIO-PR${{ github.event.number }}-wrath + name: AIO-PR${{ github.event.number }}-cata path: .release/ diff --git a/AdvancedInterfaceOptions.toc b/AdvancedInterfaceOptions.toc index 381688c..60933d6 100644 --- a/AdvancedInterfaceOptions.toc +++ b/AdvancedInterfaceOptions.toc @@ -1,6 +1,6 @@ -## Interface: 100205 -## Interface-Classic: 11500 -## Interface-Wrath: 30403 +## Interface: 100207 +## Interface-Vanilla: 11502 +## Interface-Cata: 40400 ## Title: Advanced Interface Options ## Author: Stanzilla, Semlar ## Version: @project-version@ diff --git a/basicOptions.lua b/basicOptions.lua index 3f7f391..0edebe2 100644 --- a/basicOptions.lua +++ b/basicOptions.lua @@ -14,10 +14,6 @@ local function IsClassic() return WOW_PROJECT_ID == WOW_PROJECT_CLASSIC end -local function IsBCC() - return WOW_PROJECT_ID == WOW_PROJECT_BURNING_CRUSADE_CLASSIC -end - local function IsRetail() return WOW_PROJECT_ID == WOW_PROJECT_MAINLINE end