text edits
This commit is contained in:
+2
-2
@@ -2361,7 +2361,7 @@ AtlasLoot_HewdropDown = {
|
||||
[8] = {{AL["Dark Reaver of Karazhan"], "Reaver", "Table" },},
|
||||
[9] = {{AL["Ostarius"], "Ostarius", "Table" },},
|
||||
[10] = {{AL["Concavius"], "Concavius", "Table" },},
|
||||
[11] = {{AL["There Is No Cow Level"], "CowKing", "Table" },},
|
||||
[11] = {{AL["Moo"], "CowKing", "Table" },},
|
||||
},
|
||||
},
|
||||
|
||||
@@ -2958,7 +2958,7 @@ AtlasLoot_HewdropDown_SubTables = {
|
||||
{ AL["Dark Reaver of Karazhan"], "Reaver" },
|
||||
{ AL["Ostarius"], "Ostarius" },
|
||||
{ AL["Concavius"], "Concavius" },
|
||||
{ AL["There Is No Cow Level"], "CowKing" },
|
||||
{ AL["Moo"], "CowKing" },
|
||||
},
|
||||
["RareSpawns"] = {
|
||||
{ "|cffffffff[17]|cffffd200 Earthcaller Rezengal |cffffffff(Stonetalon)", "EarthcallerRezengal" },
|
||||
|
||||
@@ -3525,13 +3525,13 @@ AtlasLoot_ButtonRegistry = {
|
||||
["Concavius"] = {
|
||||
Title = AL["Concavius"];
|
||||
Next_Page = "CowKing";
|
||||
Next_Title = AL["There Is No Cow Level"];
|
||||
Next_Title = AL["Moo"];
|
||||
Prev_Page = "Ostarius";
|
||||
Prev_Title = AL["Ostarius"];
|
||||
Back_Page = "WORLDBOSSMENU"
|
||||
};
|
||||
["CowKing"] = {
|
||||
Title = AL["There Is No Cow Level"];
|
||||
Title = AL["Moo"];
|
||||
Prev_Page = "Concavius";
|
||||
Prev_Title = AL["Concavius"];
|
||||
Back_Page = "WORLDBOSSMENU"
|
||||
|
||||
+1
-1
@@ -75,7 +75,7 @@ function AtlasLoot_WorldBossMenu()
|
||||
AtlasLootMenuItem_11.lootpage="Concavius";
|
||||
AtlasLootMenuItem_11:Show();
|
||||
--Cow level
|
||||
AtlasLootMenuItem_13_Name:SetText(AL["There Is No Cow Level"]);
|
||||
AtlasLootMenuItem_13_Name:SetText(AL["Moo"]);
|
||||
AtlasLootMenuItem_13_Extra:SetText(WHITE..AL["Moomoo Grove"]);
|
||||
AtlasLootMenuItem_13_Icon:SetTexture("Interface\\Icons\\Spell_Nature_Polymorph_Cow");
|
||||
AtlasLootMenuItem_13.lootpage="CowKing";
|
||||
|
||||
@@ -1237,7 +1237,7 @@ AL:RegisterTranslations("enUS", function() return {
|
||||
["Lethon"] = true,
|
||||
["Taerar"] = true,
|
||||
["Ysondre"] = true,
|
||||
["There Is No Cow Level"] = true,
|
||||
["Moo"] = true,
|
||||
["Nerubian Overseer"] = true,
|
||||
["Turtlhu, the Black Turtle of Doom"] = true,
|
||||
["Dark Reaver of Karazhan"] = true,
|
||||
|
||||
Reference in New Issue
Block a user