File tree Expand file tree Collapse file tree 4 files changed +8
-12
lines changed
Expand file tree Collapse file tree 4 files changed +8
-12
lines changed Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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@
Original file line number Diff line number Diff line change @@ -14,10 +14,6 @@ local function IsClassic()
1414 return WOW_PROJECT_ID == WOW_PROJECT_CLASSIC
1515end
1616
17- local function IsBCC ()
18- return WOW_PROJECT_ID == WOW_PROJECT_BURNING_CRUSADE_CLASSIC
19- end
20-
2117local function IsRetail ()
2218 return WOW_PROJECT_ID == WOW_PROJECT_MAINLINE
2319end
You can’t perform that action at this time.
0 commit comments