Skip to content

Commit 1cb6b7e

Browse files
committed
Update TOCs and Classic checks
1 parent fbfd600 commit 1cb6b7e

File tree

4 files changed

+8
-12
lines changed

4 files changed

+8
-12
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}
3636
WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }}
3737

38-
- name: Create Wrath Package
38+
- name: Create Cata Package
3939
uses: BigWigsMods/packager@master
4040
with:
41-
args: -g wrath
41+
args: -g cata
4242
env:
4343
CF_API_KEY: ${{ secrets.CF_API_KEY }}
4444
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ jobs:
4242
name: AIO-PR${{ github.event.number }}-bcc
4343
path: .release/
4444

45-
- name: Create Wrath Package
45+
- name: Create Cata Package
4646
uses: BigWigsMods/packager@master
4747
with:
48-
args: -d -z -g wrath
48+
args: -d -z -g cata
4949

5050
- uses: actions/upload-artifact@v2
5151
with:
52-
name: AIO-PR${{ github.event.number }}-wrath
52+
name: AIO-PR${{ github.event.number }}-cata
5353
path: .release/
5454

AdvancedInterfaceOptions.toc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## Interface: 100205
2-
## Interface-Classic: 11500
3-
## Interface-Wrath: 30403
1+
## Interface: 100207
2+
## Interface-Vanilla: 11502
3+
## Interface-Cata: 40400
44
## Title: Advanced Interface Options
55
## Author: Stanzilla, Semlar
66
## Version: @project-version@

basicOptions.lua

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ local function IsClassic()
1414
return WOW_PROJECT_ID == WOW_PROJECT_CLASSIC
1515
end
1616

17-
local function IsBCC()
18-
return WOW_PROJECT_ID == WOW_PROJECT_BURNING_CRUSADE_CLASSIC
19-
end
20-
2117
local function IsRetail()
2218
return WOW_PROJECT_ID == WOW_PROJECT_MAINLINE
2319
end

0 commit comments

Comments
 (0)