Small text fixes
This commit is contained in:
@@ -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#
|
||||
|
||||
@@ -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", "" },
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user