3 new fist weapons
3 new fist weapons And a minor bugfix
This commit is contained in:
+2
-1
@@ -3869,7 +3869,8 @@ AtlasLoot_updater:SetScript("OnEvent", function()
|
||||
if source then
|
||||
_,name = GetChannelName(source)
|
||||
end
|
||||
if name == "LFT" then
|
||||
if not name then return end
|
||||
if string.upper(name) == "LFT" then
|
||||
local msg, v, remoteversion, remotetitle = AtlasLoot_strsplit(":", arg1)
|
||||
if msg == "Atlasloot" then
|
||||
local remoteversion = tonumber(remoteversion) or 0
|
||||
|
||||
@@ -12248,6 +12248,52 @@ GetSpellInfoVanillaDB = {
|
||||
[1] = {2836, 2},
|
||||
},
|
||||
},
|
||||
[46664] = {
|
||||
["name"] = "Blacksmithing: Sharpened Claw",
|
||||
["requires"] = "",
|
||||
["tools"] = "",
|
||||
["castTime"] = 10,
|
||||
["text"] = "",
|
||||
["craftItem"] = 65011,
|
||||
["craftQuantityMin"] = "",
|
||||
["craftQuantityMax"] = "",
|
||||
["reagents"] = {
|
||||
[1] = {2840, 8},
|
||||
[2] = {3470, 4},
|
||||
[3] = {2880, 4},
|
||||
},
|
||||
},
|
||||
[46663] = {
|
||||
["name"] = "Blacksmithing: Copper Knuckles",
|
||||
["requires"] = "",
|
||||
["tools"] = "",
|
||||
["castTime"] = 10,
|
||||
["text"] = "",
|
||||
["craftItem"] = 65010,
|
||||
["craftQuantityMin"] = "",
|
||||
["craftQuantityMax"] = "",
|
||||
["reagents"] = {
|
||||
[1] = {2840, 8},
|
||||
[2] = {3470, 2},
|
||||
},
|
||||
},
|
||||
[46665] = {
|
||||
["name"] = "Blacksmithing: Bronze Bruiser",
|
||||
["requires"] = "",
|
||||
["tools"] = "",
|
||||
["castTime"] = 10,
|
||||
["text"] = "",
|
||||
["craftItem"] = 65012,
|
||||
["craftQuantityMin"] = "",
|
||||
["craftQuantityMax"] = "",
|
||||
["reagents"] = {
|
||||
[1] = {2841, 6},
|
||||
[2] = {1705, 2},
|
||||
[3] = {3466, 2},
|
||||
[4] = {3478, 4},
|
||||
[5] = {3391, 2},
|
||||
},
|
||||
},
|
||||
[2667] = {
|
||||
["name"] = "Blacksmithing: Runed Copper Breastplate",
|
||||
["requires"] = AL["Anvil"],
|
||||
|
||||
Reference in New Issue
Block a user