Skip to content

Commit

Permalink
Merge pull request #1754 from Cagomei/Professions-Knowledge-items-pt2
Browse files Browse the repository at this point in the history
Update Blacksmithing.lua
  • Loading branch information
Eremeir authored Aug 27, 2024
2 parents d52db1e + ae03c3d commit 145fcfd
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .contrib/Parser/DATAS/10 - Professions/Blacksmithing.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1208,13 +1208,48 @@ root(ROOTS.Professions, prof(BLACKSMITHING, bubbleDownSelf({ ["requireSkill"] =
i(226277), -- Dornogal Hammer
},
}),
o(456014, { -- Earthen Chisels
["coord"] = { 60.6, 53.8, THE_RINGING_DEEPS },
["questID"] = 83851,
["g"] = {
i(226279), -- Earthen Chisels
},
}),
o(456013, { -- Holy Flame Forge
["coord"] = { 47.6, 61.0, HALLOWFALL },
["questID"] = 83852,
["g"] = {
i(226280), -- Holy Flame Forge
},
}),
o(456011, { -- Nerubian Smith's Kit
["coord"] = { 46.6, 22.7, NERUBAR },
["questID"] = 83854,
["g"] = {
i(226282), -- Nerubian Smith's Kit
},
}),
o(456012, { -- Radiant Tongs
["coord"] = { 44.1, 55.6, HALLOWFALL },
["questID"] = 83853,
["g"] = {
i(226281), -- Radiant Tongs
},
}),
o(456015, { -- Ringing Hammer Vise
["coord"] = { 47.7, 33.2, THE_RINGING_DEEPS },
["questID"] = 83850,
["g"] = {
i(226278), -- Ringing Hammer Vise
},
}),
o(456010, { -- Spiderling's Wire Brush
["coord"] = { 53.0, 51.3, NERUBAR },
["questID"] = 83855,
["g"] = {
i(226283), -- Spiderling's Wire Brush
},
}),
}),
n(WEEKLY_PROFESSION_KNOWLEDGE, sharedData({
["isWeekly"] = true,
Expand Down

0 comments on commit 145fcfd

Please sign in to comment.