From 30ef422d9e38808bdf3652bc66c32b31e704629b Mon Sep 17 00:00:00 2001 From: Spit <19otari98@gmail.com> Date: Sat, 21 Sep 2024 20:10:55 +0300 Subject: [PATCH] Small text fixes --- Core/TextParsing.lua | 2 +- Factions/factions.lua | 6 +++--- Locale/locale.en.lua | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Core/TextParsing.lua b/Core/TextParsing.lua index 9a54edf..47e2059 100644 --- a/Core/TextParsing.lua +++ b/Core/TextParsing.lua @@ -83,7 +83,7 @@ function AtlasLoot_FixText(text) text = gsub(text, "#e31#", AL["random stats"]); text = gsub(text, "#e32#", AL["random resistance"]); text = gsub(text, "#e33#", AL["random colour"]); - text = gsub(text, "#e34#", AL["toy"]); + text = gsub(text, "#e34#", AL["Toy"]); -- Classes text = gsub(text, "#c1#", AL["Druid"]); -- =q13=#c1# diff --git a/Factions/factions.lua b/Factions/factions.lua index ac63e6c..dec60d8 100644 --- a/Factions/factions.lua +++ b/Factions/factions.lua @@ -248,7 +248,7 @@ AtlasLoot_Data["AtlasLootRepItems"] = { { 83548, "INV_Scroll_04", "=q1=Plans: Dream's Herald", "=ds=#p2# #m14#" }, { 83546, "INV_Scroll_04", "=q1=Pattern: Verdant Dreamer's Breastplate", "=ds=#p2# #m14#" }, { 0, "", "", "" }, - { 80301, "INV_Shirt_GuildTabard_01", "=q1=Cenarion Circle Tabard", "=ds=#p2# #m14#" }, + { 80301, "INV_Shirt_GuildTabard_01", "=q1=Cenarion Circle Tabard", "=ds=#s7#" }, { 0, "", "", "" }, { 0, "", "", "" }, { 0, "", "", "" }, @@ -724,7 +724,7 @@ AtlasLoot_Data["AtlasLootRepItems"] = { }; Stormwind = { { 0, "INV_BannerPVP_02", "=q6=Exalted", "" }, - { 81225, "Ability_Mount_RidingHorse", "=q4=Armored Stormwind Warhorse", "=ds=#s7#"}, + { 81225, "Ability_Mount_RidingHorse", "=q4=Armored Stormwind Warhorse", "=ds=#e7#"}, { 80320, "inv_misc_tournaments_tabard_human", "=q1=Stormwind Tabard", "=ds=#s7#" }, }; GnomereganExiles = { @@ -806,7 +806,7 @@ AtlasLoot_Data["AtlasLootRepItems"] = { { 0, "Spell_Holy_MagicalSentry", "=q6=Exalted", "" }, { 60724, "INV_Helmet_11", "=q4=Dalarani Conjurer's Hat", "=ds=#s1#, #a1#" }, { 60725, "INV_Jewelry_Ring_34", "=q4=Ring of Flowing Leylines", "=ds=#s13#" }, - { 81289, "INV_Shirt_GuildTabard_01", "=q4=Dalaran Tabard", "=ds=#s13#" }, + { 81289, "INV_Shirt_GuildTabard_01", "=q4=Dalaran Tabard", "=ds=#s7#" }, }; Wildhammer = { { 0, "Ability_Hunter_EagleEye", "=q6=Exalted", "" }, diff --git a/Locale/locale.en.lua b/Locale/locale.en.lua index c8266f9..a11d354 100644 --- a/Locale/locale.en.lua +++ b/Locale/locale.en.lua @@ -158,6 +158,7 @@ AL:RegisterTranslations("enUS", function() return { ["This item is unsafe. To view this item without the risk of disconnection, you need to have first seen it in the game world. This is a restriction enforced by Blizzard since Patch 1.10."] = true, ["You can right-click to attempt to query the server. You may be disconnected."] = true, ["Set"] = true, + ["Reputation"] = true, ["Set: "] = true, ["Token Hand-Ins"] = true, ["Crafting Reagent"] = true, @@ -228,7 +229,7 @@ AL:RegisterTranslations("enUS", function() return { ["random stats"] = true, ["random resistance"] = true, ["random colour"] = true, - ["toy"] = true, + ["Toy"] = true, ["Heroic"] = true, ["Summon"] = true, ["Random"] = true,