Skip to content

Commit 1c813e6

Browse files
author
Freddie
committed
Add void assault chore
1 parent c29581d commit 1c813e6

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

Data/Chores/Midnight.lua

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ Addon.data.chores.choresMidnight = {
88
order = 20,
99
minimumLevel = 80,
1010
categories = {
11+
{
12+
key = 'patch_12_0_5',
13+
quests = {
14+
{
15+
key = 'voidAssaults',
16+
minimumLevel = 80,
17+
entries = {
18+
{ quest = 94386 }, -- Void Assaults: Zul'Aman
19+
}
20+
}
21+
}
22+
},
1123
{
1224
key = 'patch_12_0_0',
1325
quests = {

Locales/enUS.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ L['category:patch_11_1_0'] = 'Patch 11.1.0'
8686
L['category:patch_11_1_5'] = 'Patch 11.1.5'
8787
L['category:patch_11_2_0'] = 'Patch 11.2.0'
8888
L['category:patch_12_0_0'] = 'Patch 12.0.0'
89+
L['category:patch_12_0_5'] = 'Patch 12.0.5'
8990
L['category:timewalking'] = 'Timewalking'
9091
L['category:weekly'] = 'Weekly'
9192
L['category:worldBosses'] = 'World Bosses'
@@ -105,6 +106,8 @@ L['chore:prey:midnightPrey:drops:hard'] = 'Hard'
105106
L['chore:prey:midnightPrey:drops:nightmare'] = 'Nightmare'
106107
L['chore:prey:midnightPrey:quests:nightmarishTask'] = 'A Nightmarish Task'
107108

109+
L['chore:midnight:patch_12_0_5:quests:voidAssaults'] = 'Void Assault'
110+
108111
L['chore:midnight:patch_12_0_0:quests:abundance'] = 'Abundance'
109112
L['chore:midnight:patch_12_0_0:quests:dungeon'] = 'Dungeon'
110113
L['chore:midnight:patch_12_0_0:quests:hope'] = 'Hope'
@@ -362,6 +365,7 @@ L['autoAccept:choresEvents:holidays:timewalkingDungeons'] = '^Bonus Event: Timew
362365
L['autoAccept:choresEvents:holidays:worldQuests'] = '^Bonus Event: World Quests$'
363366
L['autoAccept:choresMidnight:patch_12_0_0:abundance'] = '^Abundance$'
364367
L['autoAccept:choresMidnight:patch_12_0_0:dungeon'] = '^Halduron in Silvermoon'
368+
L['autoAccept:choresMidnight:patch_12_0_5:voidAssaults'] = '^Void Assaults:'
365369
L['autoAccept:choresPvp:brawls:compStomp'] = '^Brawl: Arathi Basin Comp Stomp$'
366370
L['autoAccept:choresPvp:weekly:battlegrounds'] = '^Bonus Event: Battlegrounds$'
367371
L['autoAccept:choresPvp:weekly:sparks'] = '^Sparks of War:'

0 commit comments

Comments
 (0)