Skip to content

Commit b80e91c

Browse files
author
Freddie
committed
Midnight profession orders
1 parent 0acef3b commit b80e91c

8 files changed

Lines changed: 47 additions & 0 deletions

File tree

Data/Chores/Professions/Alchemy.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ Addon.data.chores.professionAlchemy = {
2121
{ quest=95127, item=245755 }, -- Thalassian Treatise on Alchemy
2222
},
2323
},
24+
{
25+
key = 'orders',
26+
entries = {
27+
{ quest=93690, item=263454 }, -- Thalassian Alchemist's Notebook
28+
},
29+
},
2430
}
2531
},
2632
{

Data/Chores/Professions/Blacksmithing.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ Addon.data.chores.professionBlacksmithing = {
2121
{ quest=95128, item=245763 }, -- Thalassian Treatise on Blacksmithing
2222
},
2323
},
24+
{
25+
key = 'orders',
26+
entries = {
27+
{ quest=93691, item=263455 }, -- Thalassian Blacksmith's Journal
28+
},
29+
},
2430
}
2531
},
2632
{

Data/Chores/Professions/Engineering.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ Addon.data.chores.professionEngineering = {
2121
{ quest=83728, item=245809 }, -- Thalassian Treatise on Engineering
2222
},
2323
},
24+
{
25+
key = 'orders',
26+
entries = {
27+
{ quest=93692, item=263456 }, -- Thalassian Engineer's Notepad
28+
},
29+
},
2430
}
2531
},
2632
{

Data/Chores/Professions/Inscription.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ Addon.data.chores.professionInscription = {
2121
{ quest=95131, item=245757 }, -- Thalassian Treatise on Inscription
2222
},
2323
},
24+
{
25+
key = 'orders',
26+
entries = {
27+
{ quest=93693, item=263457 }, -- Thalassian Scribe's Journal
28+
},
29+
},
2430
}
2531
},
2632
{

Data/Chores/Professions/Jewelcrafting.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ Addon.data.chores.professionJewelcrafting = {
2121
{ quest=95133, item=245760 }, -- Thalassian Treatise on Jewelcrafting
2222
},
2323
},
24+
{
25+
key = 'orders',
26+
entries = {
27+
{ quest=93694, item=263458 }, -- Thalassian Jewelcrafter's Notebook
28+
},
29+
},
2430
}
2531
},
2632
{

Data/Chores/Professions/Leatherworking.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ Addon.data.chores.professionLeatherworking = {
2121
{ quest=95134, item=245758 }, -- Thalassian Treatise on Leatherworking
2222
},
2323
},
24+
{
25+
key = 'orders',
26+
entries = {
27+
{ quest=93695, item=263459 }, -- Thalassian Leatherworker's Journal
28+
},
29+
},
2430
}
2531
},
2632
{

Data/Chores/Professions/Tailoring.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ Addon.data.chores.professionTailoring = {
2121
{ quest=95137, item=245756 }, -- Thalassian Treatise on Tailoring
2222
},
2323
},
24+
{
25+
key = 'orders',
26+
entries = {
27+
{ quest=93696, item=263460 }, -- Thalassian Tailor's Notebook
28+
},
29+
},
2430
}
2531
},
2632
{

Locales/enUS.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,11 @@ L['chore:events:holidays2:quests:menacingGrumplings'] = 'Grumplings'
226226
L['chore:events:holidays2:quests:whatHorriblePresents'] = 'Presents'
227227
L['chore:events:holidays2:quests:whereAreTheChildren'] = 'Children'
228228

229+
L['chore:professions:midnight:drops:gather'] = 'Gather'
230+
L['chore:professions:midnight:drops:mob/treasure'] = 'Mobs/Treasures'
231+
232+
L['chore:professions:midnight:quests:orders'] = 'Orders'
233+
L['chore:professions:midnight:quests:task'] = 'Task'
229234
L['chore:professions:midnight:quests:treatise'] = 'Treatise'
230235

231236
L['chore:professions:warWithin:drops:gather'] = 'Gather'

0 commit comments

Comments
 (0)