From 99830dfccd46126073c26304f0909e161a81c292 Mon Sep 17 00:00:00 2001 From: Spit <110714733+Otari98@users.noreply.github.com> Date: Fri, 13 Sep 2024 16:24:36 +0300 Subject: [PATCH] Fixed tooltips --- Core/Spells.lua | 26 +++++++++++++------------- Crafting/crafting.en.lua | 4 ++-- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Core/Spells.lua b/Core/Spells.lua index e2bc1a1..47e6fd9 100644 --- a/Core/Spells.lua +++ b/Core/Spells.lua @@ -14188,6 +14188,19 @@ GetSpellInfoVanillaDB = { [2] = {4234, 6}, }, }, + [9959] = { + ["name"] = "Blacksmithing: Heavy Mithril Breastplate", + ["requires"] = AL["Anvil"], + ["tools"] = {5956}, + ["castTime"] = 60, + ["text"] = "", + ["craftItem"] = 7930, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {3860, 16}, + }, + }, [9933] = { ["name"] = "Blacksmithing: Heavy Mithril Pants", ["requires"] = AL["Anvil"], @@ -14417,19 +14430,6 @@ GetSpellInfoVanillaDB = { [4] = {7966}, }, }, - [9959] = { - ["name"] = "Blacksmithing: Ornate Mithril Helm", - ["requires"] = AL["Anvil"], - ["tools"] = {5956}, - ["castTime"] = 60, - ["text"] = "", - ["craftItem"] = 7930, - ["craftQuantityMin"] = "", - ["craftQuantityMax"] = "", - ["reagents"] = { - [1] = {3860, 16}, - }, - }, [9961] = { ["name"] = "Blacksmithing: Mithril Coif", ["requires"] = AL["Anvil"], diff --git a/Crafting/crafting.en.lua b/Crafting/crafting.en.lua index d84ba99..019958c 100644 --- a/Crafting/crafting.en.lua +++ b/Crafting/crafting.en.lua @@ -1664,7 +1664,7 @@ AtlasLoot_Data["AtlasLootCrafting"] = { { "s3762", "inv_chest_leather_10", "=q2=Hillman's Leather Vest", "=ds=#sr# =so1=100 =so2=125 =so3=137 =so4=150" }, { "s7954", "inv_gauntlets_05", "=q2=Deviate Scale Gloves", "=ds=#sr# =so1=105 =so2=130 =so3=142 =so4=155" }, { "s7133", "inv_pants_02", "=q2=Fine Leather Pants", "=ds=#sr# =so1=105 =so2=130 =so3=142 =so4=155" }, - { "s2168", "inv_misc_cape_10", "=q1=Dark Leather Cloak", "=ds=#sr# =so1=110 =so2=135 =so3=147 =so4=160" }, + { "s2168", "inv_misc_cape_10", "=q2=Dark Leather Cloak", "=ds=#sr# =so1=110 =so2=135 =so3=147 =so4=160" }, { "s7135", "inv_pants_09", "=q2=Dark Leather Pants", "=ds=#sr# =so1=115 =so2=140 =so3=152 =so4=165" }, { "s7955", "inv_belt_09", "=q3=Deviate Scale Belt", "=ds=#sr# =so1=115 =so2=140 =so3=152 =so4=165" }, { "s2166", "inv_chest_leather_10", "=q2=Toughened Leather Armor", "=ds=#sr# =so1=120 =so2=145 =so3=157 =so4=170" }, @@ -1965,7 +1965,7 @@ AtlasLoot_Data["AtlasLootCrafting"] = { { "s2159", "inv_misc_cape_10", "=q2=Fine Leather Cloak", "=ds=#sr# =so1=85 =so2=105 =so3=120 =so4=135" }, { "s7953", "inv_misc_monsterscales_03", "=q2=Deviate Scale Cloak", "=ds=#sr# =so1=90 =so2=120 =so3=135 =so4=150" }, { "s9070", "inv_misc_monsterscales_03", "=q2=Black Whelp Cloak", "=ds=#sr# =so1=100 =so2=125 =so3=137 =so4=150" }, - { "s2168", "inv_misc_cape_10", "=q1=Dark Leather Cloak", "=ds=#sr# =so1=110 =so2=135 =so3=147 =so4=160" }, + { "s2168", "inv_misc_cape_10", "=q2=Dark Leather Cloak", "=ds=#sr# =so1=110 =so2=135 =so3=147 =so4=160" }, { "s3760", "inv_misc_cape_07", "=q1=Hillman's Cloak", "=ds=#sr# =so1=150 =so2=170 =so3=180 =so4=190" }, { "s9198", "inv_misc_cape_04", "=q2=Frost Leather Cloak", "=ds=#sr# =so1=180 =so2=200 =so3=210 =so4=220" }, { "s7153", "inv_misc_cape_03", "=q2=Guardian Cloak", "=ds=#sr# =so1=185 =so2=205 =so3=215 =so4=225" },