Skip to content

Commit b103e79

Browse files
author
Freddie
committed
Add Stormarion Assault chore
1 parent f051045 commit b103e79

6 files changed

Lines changed: 12 additions & 0 deletions

File tree

Data/Chores/Midnight.lua

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,13 @@ Addon.data.chores.choresMidnight = {
5757
{ quest = 90576 }, -- Fortify the Runestones: Shades of the Row { quest = 89507 }, -- Abundant Offerings
5858
},
5959
},
60+
{
61+
key = 'stormarion',
62+
minimumLevel = 80,
63+
entries = {
64+
{ quest = 90962 }, -- Stormarion Assault
65+
},
66+
},
6067
{
6168
key = 'specialAssignment',
6269
minimumLevel = 80,

Locales/enUS.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ L['chore:midnight:patch_12_0_0:quests:dungeon'] = 'Dungeon'
8989
L['chore:midnight:patch_12_0_0:quests:hope'] = 'Hope'
9090
L['chore:midnight:patch_12_0_0:quests:soiree'] = 'Soiree'
9191
L['chore:midnight:patch_12_0_0:quests:specialAssignment'] = 'Special Assignment'
92+
L['chore:midnight:patch_12_0_0:quests:stormarion'] = 'Stormarion'
9293
L['chore:midnight:patch_12_0_0:quests:unity'] = 'Unity'
9394

9495
L['chore:midnight:leveling:quests:delves'] = 'Delves'

Locales/koKR.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ L['chore:midnight:patch_12_0_0:quests:dungeon'] = '던전'
8888
L['chore:midnight:patch_12_0_0:quests:hope'] = 'Hope'
8989
L['chore:midnight:patch_12_0_0:quests:soiree'] = 'Soiree'
9090
L['chore:midnight:patch_12_0_0:quests:specialAssignment'] = '특별 과제'
91+
L['chore:midnight:patch_12_0_0:quests:stormarion'] = 'Stormarion'
9192
L['chore:midnight:patch_12_0_0:quests:unity'] = 'Unity'
9293

9394
L['chore:midnight:leveling:quests:delves'] = 'Delves'

Locales/ruRU.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ L['chore:midnight:patch_12_0_0:quests:dungeon'] = 'Подземелье'
8989
L['chore:midnight:patch_12_0_0:quests:hope'] = 'Hope'
9090
L['chore:midnight:patch_12_0_0:quests:soiree'] = 'Soiree'
9191
L['chore:midnight:patch_12_0_0:quests:specialAssignment'] = 'Особое поручение'
92+
L['chore:midnight:patch_12_0_0:quests:stormarion'] = 'Stormarion'
9293
L['chore:midnight:patch_12_0_0:quests:unity'] = 'Unity'
9394

9495
L['chore:midnight:leveling:quests:delves'] = 'Delves'

Locales/zhCN.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ L['chore:midnight:patch_12_0_0:quests:dungeon'] = '地下城'
8888
L['chore:midnight:patch_12_0_0:quests:hope'] = 'Hope'
8989
L['chore:midnight:patch_12_0_0:quests:soiree'] = 'Soiree'
9090
L['chore:midnight:patch_12_0_0:quests:specialAssignment'] = '特别任务'
91+
L['chore:midnight:patch_12_0_0:quests:stormarion'] = 'Stormarion'
9192
L['chore:midnight:patch_12_0_0:quests:unity'] = 'Unity'
9293

9394
L['chore:midnight:leveling:quests:delves'] = 'Delves'

Locales/zhTW.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ L['chore:midnight:patch_12_0_0:quests:dungeon'] = '地下城'
6868
L['chore:midnight:patch_12_0_0:quests:hope'] = 'Hope'
6969
L['chore:midnight:patch_12_0_0:quests:soiree'] = 'Soiree'
7070
L['chore:midnight:patch_12_0_0:quests:specialAssignment'] = 'Special Assignment'
71+
L['chore:midnight:patch_12_0_0:quests:stormarion'] = 'Stormarion'
7172
L['chore:midnight:patch_12_0_0:quests:unity'] = 'Unity'
7273

7374
L['chore:midnight:leveling:quests:delves'] = 'Delves'

0 commit comments

Comments
 (0)