Small text fixes

This commit is contained in:
Spit
2024-09-21 20:10:55 +03:00
parent be97f37f39
commit 30ef422d9e
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ function AtlasLoot_FixText(text)
text = gsub(text, "#e31#", AL["random stats"]); text = gsub(text, "#e31#", AL["random stats"]);
text = gsub(text, "#e32#", AL["random resistance"]); text = gsub(text, "#e32#", AL["random resistance"]);
text = gsub(text, "#e33#", AL["random colour"]); text = gsub(text, "#e33#", AL["random colour"]);
text = gsub(text, "#e34#", AL["toy"]); text = gsub(text, "#e34#", AL["Toy"]);
-- Classes -- Classes
text = gsub(text, "#c1#", AL["Druid"]); -- =q13=#c1# text = gsub(text, "#c1#", AL["Druid"]); -- =q13=#c1#
+3 -3
View File
@@ -248,7 +248,7 @@ AtlasLoot_Data["AtlasLootRepItems"] = {
{ 83548, "INV_Scroll_04", "=q1=Plans: Dream's Herald", "=ds=#p2# #m14#" }, { 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#" }, { 83546, "INV_Scroll_04", "=q1=Pattern: Verdant Dreamer's Breastplate", "=ds=#p2# #m14#" },
{ 0, "", "", "" }, { 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, "", "", "" }, { 0, "", "", "" },
{ 0, "", "", "" }, { 0, "", "", "" },
@@ -724,7 +724,7 @@ AtlasLoot_Data["AtlasLootRepItems"] = {
}; };
Stormwind = { Stormwind = {
{ 0, "INV_BannerPVP_02", "=q6=Exalted", "" }, { 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#" }, { 80320, "inv_misc_tournaments_tabard_human", "=q1=Stormwind Tabard", "=ds=#s7#" },
}; };
GnomereganExiles = { GnomereganExiles = {
@@ -806,7 +806,7 @@ AtlasLoot_Data["AtlasLootRepItems"] = {
{ 0, "Spell_Holy_MagicalSentry", "=q6=Exalted", "" }, { 0, "Spell_Holy_MagicalSentry", "=q6=Exalted", "" },
{ 60724, "INV_Helmet_11", "=q4=Dalarani Conjurer's Hat", "=ds=#s1#, #a1#" }, { 60724, "INV_Helmet_11", "=q4=Dalarani Conjurer's Hat", "=ds=#s1#, #a1#" },
{ 60725, "INV_Jewelry_Ring_34", "=q4=Ring of Flowing Leylines", "=ds=#s13#" }, { 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 = { Wildhammer = {
{ 0, "Ability_Hunter_EagleEye", "=q6=Exalted", "" }, { 0, "Ability_Hunter_EagleEye", "=q6=Exalted", "" },
+2 -1
View File
@@ -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, ["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, ["You can right-click to attempt to query the server. You may be disconnected."] = true,
["Set"] = true, ["Set"] = true,
["Reputation"] = true,
["Set: "] = true, ["Set: "] = true,
["Token Hand-Ins"] = true, ["Token Hand-Ins"] = true,
["Crafting Reagent"] = true, ["Crafting Reagent"] = true,
@@ -228,7 +229,7 @@ AL:RegisterTranslations("enUS", function() return {
["random stats"] = true, ["random stats"] = true,
["random resistance"] = true, ["random resistance"] = true,
["random colour"] = true, ["random colour"] = true,
["toy"] = true, ["Toy"] = true,
["Heroic"] = true, ["Heroic"] = true,
["Summon"] = true, ["Summon"] = true,
["Random"] = true, ["Random"] = true,