small fixes
Robe of Archmage reagents corrected Drop rate of poly book cow corrected Back button in one of ES pages fixed
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
## Notes: Shows possible loot from dungeon bosses and other sources.
|
||||
## Author: Shagu (pfUI update code), Lexie (Turtle WoW fixes/updates), Otari (overhaul/revamp, menu changes, bugfixes/updates)
|
||||
## LegacyAuthor: Daviesh, Pompa (Turtle WoW World Bosses), Xerron (Turtle WoW World Bosses), Gurky (Turtle WoW 1.16/1.16.1 Dungeons)
|
||||
## Version: 3.0.0
|
||||
## Version: 3.0.1
|
||||
## SavedVariables: AtlasLoot_updateavailable
|
||||
## SavedVariablesPerCharacter: AtlasLootCharDB
|
||||
## OptionalDeps: Alphamap, AtlasLoader, LootLink, ItemSync, HewdropLib, Ace2, EquipCompare, EQCompare
|
||||
|
||||
+1
-1
@@ -79,7 +79,7 @@ local AL = AceLibrary("AceLocale-2.2"):new("AtlasLoot");
|
||||
--Establish version number and compatible version of Atlas
|
||||
local VERSION_MAJOR = "3";
|
||||
local VERSION_MINOR = "0";
|
||||
local VERSION_BOSSES = "0";
|
||||
local VERSION_BOSSES = "1";
|
||||
ATLASLOOT_VERSION = "|cffFF8400AtlasLoot TW Edition v"..VERSION_MAJOR.."."..VERSION_MINOR.."."..VERSION_BOSSES.."|r";
|
||||
ATLASLOOT_CURRENT_ATLAS = "1.13.4";
|
||||
ATLASLOOT_PREVIEW_ATLAS = "1.13.3";
|
||||
|
||||
+1
-1
@@ -175,7 +175,7 @@
|
||||
<Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT"/>
|
||||
<Anchor point="BOTTOMRIGHT" relativeTo="$parent" relativePoint="BOTTOMRIGHT"/>
|
||||
</Anchors>
|
||||
<Color r="0" g="0" b="0" a="0.5"/>
|
||||
<Color r="0" g="0" b="0" a="0"/>
|
||||
</Texture>
|
||||
</Layer>
|
||||
</Layers>
|
||||
|
||||
@@ -3364,8 +3364,8 @@ AtlasLoot_ButtonRegistry = {
|
||||
};
|
||||
["ESTrash"] = {
|
||||
Title = AL["Trash Mobs"];
|
||||
Prev_Page = "ESSolnius2";
|
||||
Prev_Title = AL["Solnius the Awakener (Page 2)"];
|
||||
Prev_Page = "ESHardMode";
|
||||
Prev_Title = AL["Favor of Erennius (ES Hard Mode)"];
|
||||
Back_Page = "DUNGEONSMENU2";
|
||||
Back_Title = AL["Dungeons & Raids"];
|
||||
};
|
||||
|
||||
+6
-7
@@ -5950,13 +5950,12 @@ GetSpellInfoAtlasLootDB = {
|
||||
["craftQuantityMin"] = "",
|
||||
["craftQuantityMax"] = "",
|
||||
["reagents"] = {
|
||||
[1] = {14048, 10},
|
||||
[2] = {14342, 10},
|
||||
[3] = {9210, 10},
|
||||
[4] = {13926, 6},
|
||||
[5] = {12364, 6},
|
||||
[6] = {12810, 8},
|
||||
[7] = {14341, 2},
|
||||
[1] = {14048, 12},
|
||||
[2] = {7078, 10},
|
||||
[3] = {7082, 10},
|
||||
[4] = {7076, 10},
|
||||
[5] = {7080, 10},
|
||||
[6] = {14341, 2},
|
||||
},
|
||||
},
|
||||
[18458] = {
|
||||
|
||||
@@ -240,7 +240,7 @@ AtlasLoot_Data["AtlasLootWBItems"] = {
|
||||
{ 60489, "INV_Helmet_28", "=q4=Cap of the Cow Savant", "#s1#, #a1#", "50%" },
|
||||
{ 60490, "INV_Helmet_28", "=q4=Cowskin Chapeau", "#s1#, #a1#", "50%" },
|
||||
{ 0, "", "", "", "" },
|
||||
{ 4144, "inv_misc_book_07", "=q3=Tome of Polymorph: Cow", "=ds=#e20# =q10=#c3#", "??%" },
|
||||
{ 4144, "inv_misc_book_07", "=q3=Tome of Polymorph: Cow", "=ds=#e20# =q10=#c3#", "100%" },
|
||||
{ 0, "", "", "", "" },
|
||||
{ 60485, "spell_shadow_curseoftounges", "=q0=Sealed Diablo II Lord of Destruction Collectors Edition", "#m33#", "100%" },
|
||||
{ 60491, "inv_misc_orb_05", "=q0=The Moo Stone", "#m33#", "100%" },
|
||||
|
||||
Reference in New Issue
Block a user