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