Skip to content

Commit

Permalink
Merge pull request #1752 from Cagomei/Professions-Knowledge-items
Browse files Browse the repository at this point in the history
JC and Ins profession knowledge items
  • Loading branch information
Goldenshacal authored Aug 27, 2024
2 parents e2f1ff9 + c8a249f commit 9f9822f
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .contrib/Parser/DATAS/10 - Professions/Inscription.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5380,6 +5380,20 @@ root(ROOTS.Professions, prof(INSCRIPTION, bubbleDownSelf({ ["requireSkill"] = IN
}),
}),
n(TREASURES, {
o(455985, { -- Dornogal Scribe's Quill
["coord"] = { 57.1, 46.98, DORNOGAL },
["questID"] = 83882,
["g"] = {
i(226308), -- Dornogal Scribe's Quill
},
}),
o(455984, { -- Historian's Dip Pen
["coord"] = { 55.9, 60.0, ISLE_OF_DORN },
["questID"] = 83886,
["g"] = {
i(226309), -- Historian's Dip Pen
},
}),
o(455981, { -- Informant's Fountain Pen
["coord"] = { 43.2, 58.9, HALLOWFALL },
["questID"] = 83886,
Expand Down
4 changes: 2 additions & 2 deletions .contrib/Parser/DATAS/10 - Professions/Jewelcrafting.lua
Original file line number Diff line number Diff line change
Expand Up @@ -848,9 +848,9 @@ root(ROOTS.Professions, prof(JEWELCRAFTING, bubbleDownSelf({ ["requireSkill"] =
i(226318), -- Carved Stone File
},
}),
o(455976, { -- Earth Gem Pliers
o(455976, { -- Earthen Gem Pliers
["coord"] = { 34.9, 52.3, DORNOGAL },
["questID"] = 83844,
["questID"] = 83891,
["g"] = {
i(226317), -- Earthen Gem Pliers
},
Expand Down
7 changes: 7 additions & 0 deletions .contrib/Parser/DATAS/10 - Professions/Skinning.lua
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,13 @@ root(ROOTS.Professions, prof(SKINNING, {
i(226343), -- Fungarian's Rich Tannin
},
}),
o(455947, { -- Nerubian's Slicking Iron
["coord"] = { 45.5, 49.3, NERUBAR },
["questID"] = 83920,
["g"] = {
i(226346), -- Fungarian's Rich Tannin
},
}),
}),
n(WEEKLY_PROFESSION_KNOWLEDGE, sharedData({
["isWeekly"] = true,
Expand Down

0 comments on commit 9f9822f

Please sign in to comment.