Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoizame committed Jun 7, 2020
2 parents b933b07 + 70b3ddc commit 6045b15
Show file tree
Hide file tree
Showing 14 changed files with 1,796 additions and 1,677 deletions.
2 changes: 1 addition & 1 deletion AtlasLootClassic/AtlasLoot.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/">
<FontString name="AtlasLoot_ItemAmountFont" font="Fonts\ARIALN.TTF" outline="NORMAL" virtual="true" >
<FontHeight>
<AbsValue val="12"/>
<AbsValue val="10"/>
</FontHeight>
<Color r="1.0" g="1.0" b="1.0"/>
</FontString>
Expand Down
24 changes: 18 additions & 6 deletions AtlasLootClassic/Button/Button.lua
Original file line number Diff line number Diff line change
Expand Up @@ -569,13 +569,20 @@ function Proto:SetContentTable(tab, formatTab, setOnlySec)
end

if not tab[FACTION_INFO_IS_SET_ID] then
horde = ( horde and alliance ) and ( PLAYER_FACTION_ID == 0 and horde or alliance ) or horde and horde or ( alliance and alliance or nil )
if type(horde) == "table" then
for i = 1, #horde do
tab[i+1] = horde[i]
local usedFaction

if PLAYER_FACTION_ID == 0 then
usedFaction = horde
else
usedFaction = alliance
end

if type(usedFaction) == "table" then
for i = 1, #usedFaction do
tab[i+1] = usedFaction[i]
end
elseif horde and horde ~= true then
tab[2] = horde
elseif usedFaction and usedFaction ~= true then
tab[2] = usedFaction
end
tab[FACTION_INFO_IS_SET_ID] = true
end
Expand Down Expand Up @@ -653,6 +660,11 @@ function Proto:SetContentTable(tab, formatTab, setOnlySec)
end
end
end

-- dumb but that fix vanishing text...
if self.name then
self.name:GetWidth()
end
end

function Proto:SetType(typ, val)
Expand Down
14 changes: 12 additions & 2 deletions AtlasLootClassic/Button/Faction_type.lua
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,9 @@ function Faction.OnClear(button)
button.RepID = nil
button.secButton.RepID = nil

button.icon:SetDesaturated(false)
if button.icon then
button.icon:SetDesaturated(false)
end
button.secButton.icon:SetDesaturated(false)
end

Expand Down Expand Up @@ -277,6 +279,8 @@ function Faction.ShowToolTipFrame(button)

frame.name = frame:CreateFontString(name.."-name", "ARTWORK", "GameFontNormal")
frame.name:SetPoint("TOPLEFT", frame.icon, "TOPRIGHT", 3, 0)
frame.name:SetPoint("RIGHT", frame, -3, 0)
frame.name:SetNonSpaceWrap(false)
frame.name:SetJustifyH("LEFT")
frame.name:SetWidth(WIDTH-25)
frame.name:SetHeight(15)
Expand Down Expand Up @@ -322,14 +326,18 @@ function Faction.ShowToolTipFrame(button)
local factionStandingtext
barMin, barMax, barValue = barMin or 0, barMax or 1, barValue or 0
factionStandingtext = GetLocRepStanding(standingID)
name = name or "Faction "..button.FactionID
if button.RepID and name then
name = format("%s (%s)", name, GetLocRepStanding(button.RepID))
end

frame:ClearAllPoints()
frame:SetParent(button:GetParent():GetParent())
frame:SetFrameStrata("TOOLTIP")
frame:SetPoint("BOTTOMLEFT", button, "TOPLEFT", (button:GetWidth() * 0.5), 5)

frame.icon:SetTexture(FACTION_IMAGES[button.FactionID] or FACTION_IMAGES[0])
frame.name:SetText(name or "Faction "..button.FactionID)
frame.name:SetText(name)
frame.desc:SetText(description)

frame.standing.bar:SetMinMaxValues(barMin, barMax)
Expand All @@ -338,6 +346,8 @@ function Faction.ShowToolTipFrame(button)
frame.standing.bar:SetStatusBarColor(color.r, color.g, color.b)
frame.standing.text:SetText(str_format("%s ( %d / %d )", factionStandingtext, barValue - barMin, barMax - barMin))

local newWidth = 30 + frame.name:GetUnboundedStringWidth()
frame:SetWidth(newWidth > 200 and newWidth or 200)
frame:SetHeight(20+21+frame.desc:GetHeight()+5)
frame:Show()
end
Expand Down
57 changes: 28 additions & 29 deletions AtlasLootClassic/Data/ContentPhase.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ local PHASE_ITEMS = {
[20731] = 5, [20732] = 5, [20733] = 5, [20734] = 5, [20735] = 5, [20736] = 5, [20752] = 5, [20753] = 5, [20754] = 5, [20755] = 5, [20756] = 5,
[20757] = 5, [20758] = 5, [20761] = 5, [20844] = 5, [20871] = 5, [20884] = 5, [20885] = 5, [20886] = 5, [20888] = 5, [20889] = 5, [20890] = 5,
[20926] = 5, [20927] = 5, [20928] = 5, [20929] = 5, [20930] = 5, [20931] = 5, [20932] = 5, [20933] = 5, [20936] = 5, [20951] = 5, [21023] = 5,
[21025] = 5, [21039] = 5, [21040] = 5, [21042] = 5, [21119] = 5, [21126] = 5, [21128] = 5, [21134] = 5, [21142] = 5, [21154] = 5, [21157] = 5,
[21175] = 5, [21176] = 5, [21178] = 5, [21179] = 5, [21180] = 5, [21181] = 5, [21182] = 5, [21183] = 5, [21184] = 5, [21185] = 5, [21186] = 5,
[21187] = 5, [21188] = 5, [21189] = 5, [21190] = 5, [21196] = 5, [21197] = 5, [21198] = 5, [21199] = 5, [21200] = 5, [21201] = 5, [21202] = 5,
[21025] = 5, [21039] = 5, [21040] = 5, [21042] = 5, [21119] = 5, [21126] = 5, [21128] = 5, [21134] = 5, [21142] = 5, [21154] = 5, [21157] = 0,
[21175] = 5, [21176] = 5, [21178] = 5, [21179] = 5, [21180] = 5, [21181] = 5, [21182] = 5, [21183] = 5, [21184] = 6, [21185] = 6, [21186] = 6,
[21187] = 5, [21188] = 5, [21189] = 6, [21190] = 5, [21196] = 5, [21197] = 5, [21198] = 5, [21199] = 5, [21200] = 5, [21201] = 5, [21202] = 5,
[21203] = 5, [21204] = 5, [21205] = 5, [21206] = 5, [21207] = 5, [21208] = 5, [21209] = 5, [21210] = 5, [21214] = 5, [21218] = 5, [21220] = 5,
[21221] = 5, [21232] = 5, [21237] = 5, [21242] = 5, [21244] = 5, [21268] = 5, [21269] = 5, [21272] = 5, [21273] = 5, [21275] = 5, [21278] = 5,
[21279] = 5, [21280] = 5, [21281] = 5, [21282] = 5, [21283] = 5, [21284] = 5, [21285] = 5, [21287] = 5, [21288] = 5, [21289] = 5, [21290] = 5,
Expand All @@ -34,7 +34,7 @@ local PHASE_ITEMS = {
[21484] = 5, [21485] = 5, [21486] = 5, [21487] = 5, [21488] = 5, [21489] = 5, [21490] = 5, [21491] = 5, [21492] = 5, [21493] = 5, [21494] = 5,
[21495] = 5, [21496] = 5, [21497] = 5, [21498] = 5, [21499] = 5, [21500] = 5, [21501] = 5, [21502] = 5, [21503] = 5, [21504] = 5, [21505] = 5,
[21506] = 5, [21507] = 5, [21517] = 5, [21520] = 5, [21521] = 5, [21522] = 5, [21523] = 5, [21526] = 5, [21527] = 5, [21529] = 5, [21530] = 5,
[21531] = 5, [21532] = 5, [21537] = 5, [21538] = 5, [21539] = 5, [21541] = 5, [21542] = 5, [21543] = 5, [21544] = 5, [21547] = 5, [21548] = 5,
[21531] = 5, [21532] = 5, [21537] = 0, [21538] = 0, [21539] = 0, [21541] = 0, [21542] = 5, [21543] = 0, [21544] = 0, [21547] = 5, [21548] = 5,
[21563] = 5, [21565] = 5, [21566] = 5, [21567] = 5, [21568] = 5, [21579] = 5, [21581] = 5, [21582] = 5, [21583] = 5, [21585] = 5, [21586] = 5,
[21596] = 5, [21597] = 5, [21598] = 5, [21599] = 5, [21600] = 5, [21601] = 5, [21602] = 5, [21603] = 5, [21604] = 5, [21605] = 5, [21606] = 5,
[21607] = 5, [21608] = 5, [21609] = 5, [21610] = 5, [21611] = 5, [21615] = 5, [21616] = 5, [21617] = 5, [21618] = 5, [21619] = 5, [21620] = 5,
Expand All @@ -44,7 +44,7 @@ local PHASE_ITEMS = {
[21680] = 5, [21681] = 5, [21682] = 5, [21683] = 5, [21684] = 5, [21685] = 5, [21686] = 5, [21687] = 5, [21688] = 5, [21689] = 5, [21690] = 5,
[21691] = 5, [21692] = 5, [21693] = 5, [21694] = 5, [21695] = 5, [21696] = 5, [21697] = 5, [21698] = 5, [21699] = 5, [21700] = 5, [21701] = 5,
[21702] = 5, [21703] = 5, [21704] = 5, [21705] = 5, [21706] = 5, [21707] = 5, [21708] = 5, [21709] = 5, [21710] = 5, [21711] = 5, [21712] = 5,
[21713] = 5, [21715] = 5, [21800] = 5, [21801] = 5, [21802] = 5, [21803] = 5, [21804] = 5, [21805] = 5, [21806] = 5, [21809] = 5, [21810] = 5,
[21713] = 0, [21715] = 5, [21800] = 5, [21801] = 5, [21802] = 5, [21803] = 5, [21804] = 5, [21805] = 5, [21806] = 5, [21809] = 5, [21810] = 5,
[21814] = 5, [21836] = 5, [21837] = 5, [21838] = 5, [21839] = 5, [21856] = 5, [21888] = 5, [21889] = 5, [21890] = 5, [21891] = 5, [21984] = 5,
[21994] = 5, [21995] = 5, [21996] = 5, [21997] = 5, [21998] = 5, [21999] = 5, [22000] = 5, [22001] = 5, [22002] = 5, [22003] = 5, [22004] = 5,
[22005] = 5, [22006] = 5, [22007] = 5, [22008] = 5, [22009] = 5, [22010] = 5, [22011] = 5, [22013] = 5, [22015] = 5, [22016] = 5, [22017] = 5,
Expand All @@ -56,8 +56,8 @@ local PHASE_ITEMS = {
[22195] = 5, [22196] = 5, [22197] = 5, [22198] = 5, [22202] = 5, [22203] = 5, [22204] = 5, [22205] = 5, [22207] = 5, [22208] = 5, [22209] = 5,
[22212] = 5, [22214] = 5, [22219] = 5, [22220] = 5, [22221] = 5, [22222] = 5, [22223] = 5, [22224] = 6, [22225] = 5, [22231] = 5, [22232] = 5,
[22234] = 5, [22240] = 5, [22241] = 5, [22242] = 5, [22245] = 5, [22247] = 5, [22248] = 5, [22251] = 5, [22252] = 5, [22253] = 5, [22254] = 5,
[22255] = 5, [22256] = 5, [22257] = 5, [22266] = 5, [22267] = 5, [22268] = 5, [22269] = 5, [22270] = 5, [22271] = 5, [22275] = 5, [22276] = 5,
[22277] = 5, [22278] = 5, [22279] = 5, [22280] = 5, [22281] = 5, [22282] = 5, [22301] = 5, [22302] = 5, [22303] = 5, [22304] = 5, [22305] = 5,
[22255] = 5, [22256] = 5, [22257] = 5, [22266] = 5, [22267] = 5, [22268] = 5, [22269] = 5, [22270] = 5, [22271] = 5, [22275] = 5, [22276] = 0,
[22277] = 0, [22278] = 0, [22279] = 0, [22280] = 0, [22281] = 0, [22282] = 0, [22301] = 5, [22302] = 5, [22303] = 5, [22304] = 5, [22305] = 5,
[22306] = 5, [22308] = 5, [22309] = 5, [22310] = 5, [22311] = 5, [22312] = 5, [22313] = 5, [22314] = 5, [22315] = 5, [22317] = 5, [22318] = 5,
[22319] = 5, [22321] = 5, [22322] = 5, [22325] = 5, [22326] = 5, [22327] = 5, [22328] = 5, [22329] = 5, [22330] = 5, [22331] = 5, [22332] = 5,
[22333] = 5, [22334] = 5, [22335] = 5, [22336] = 5, [22337] = 5, [22339] = 5, [22340] = 5, [22342] = 5, [22343] = 5, [22345] = 5, [22347] = 5,
Expand All @@ -76,31 +76,30 @@ local PHASE_ITEMS = {
[22589] = 6, [22600] = 6, [22601] = 6, [22602] = 6, [22603] = 6, [22604] = 6, [22605] = 6, [22606] = 6, [22607] = 6, [22608] = 6, [22609] = 6,
[22610] = 6, [22611] = 6, [22612] = 6, [22613] = 6, [22614] = 6, [22615] = 6, [22616] = 6, [22617] = 6, [22618] = 6, [22619] = 6, [22620] = 6,
[22621] = 6, [22622] = 6, [22623] = 6, [22624] = 6, [22625] = 6, [22626] = 6, [22630] = 6, [22631] = 6, [22632] = 6, [22635] = 6, [22636] = 6,
[22637] = 4, [22638] = 6, [22651] = 6, [22652] = 6, [22654] = 6, [22655] = 6, [22656] = 6, [22657] = 6, [22658] = 6, [22659] = 6, [22660] = 6,
[22637] = 4, [22638] = 6, [22651] = 6, [22652] = 6, [22654] = 6, [22655] = 6, [22656] = 6, [22657] = 6, [22658] = 6, [22659] = 6, [22660] = 5,
[22661] = 6, [22662] = 6, [22663] = 6, [22664] = 6, [22665] = 6, [22666] = 6, [22667] = 6, [22668] = 6, [22669] = 6, [22670] = 6, [22671] = 6,
[22672] = 6, [22673] = 6, [22676] = 6, [22678] = 6, [22679] = 6, [22680] = 6, [22681] = 6, [22682] = 6, [22683] = 5, [22684] = 6, [22685] = 6,
[22686] = 6, [22687] = 6, [22688] = 6, [22689] = 6, [22690] = 6, [22691] = 6, [22692] = 6, [22694] = 6, [22695] = 6, [22696] = 6, [22697] = 6,
[22698] = 6, [22699] = 6, [22700] = 6, [22701] = 6, [22702] = 6, [22703] = 6, [22704] = 6, [22705] = 6, [22707] = 6, [22711] = 4, [22712] = 4,
[22713] = 4, [22714] = 4, [22715] = 4, [22716] = 4, [22718] = 4, [22725] = 6, [22726] = 6, [22727] = 6, [22730] = 5, [22731] = 5, [22732] = 5,
[22733] = 6, [22734] = 6, [22736] = 6, [22737] = 6, [22739] = 4, [22740] = 6, [22741] = 6, [22742] = 6, [22743] = 6, [22744] = 6, [22745] = 6,
[22747] = 6, [22748] = 6, [22749] = 6, [22750] = 6, [22752] = 6, [22753] = 6, [22756] = 6, [22757] = 6, [22758] = 6, [22759] = 6, [22760] = 6,
[22761] = 6, [22762] = 6, [22763] = 6, [22764] = 6, [22766] = 5, [22767] = 5, [22768] = 5, [22769] = 5, [22770] = 5, [22771] = 5, [22772] = 5,
[22773] = 5, [22774] = 5, [22798] = 6, [22799] = 6, [22800] = 6, [22801] = 6, [22802] = 6, [22803] = 6, [22804] = 6, [22806] = 6, [22807] = 6,
[22808] = 6, [22809] = 6, [22810] = 6, [22811] = 6, [22812] = 6, [22813] = 6, [22815] = 6, [22816] = 6, [22818] = 6, [22819] = 6, [22820] = 6,
[22821] = 6, [22890] = 6, [22891] = 6, [22897] = 6, [22935] = 6, [22936] = 6, [22937] = 6, [22938] = 6, [22939] = 6, [22940] = 6, [22941] = 6,
[22942] = 6, [22943] = 6, [22947] = 6, [22954] = 6, [22960] = 6, [22961] = 6, [22967] = 6, [22968] = 6, [22981] = 6, [22983] = 6, [22988] = 6,
[22994] = 6, [22999] = 6, [23000] = 6, [23001] = 6, [23004] = 6, [23005] = 6, [23006] = 6, [23009] = 6, [23014] = 6, [23017] = 6, [23018] = 6,
[23019] = 6, [23020] = 6, [23021] = 6, [23023] = 6, [23025] = 6, [23027] = 6, [23028] = 6, [23029] = 6, [23030] = 6, [23031] = 6, [23032] = 6,
[23033] = 6, [23035] = 6, [23036] = 6, [23037] = 6, [23038] = 6, [23039] = 6, [23040] = 6, [23041] = 6, [23042] = 6, [23043] = 6, [23044] = 6,
[23045] = 6, [23046] = 6, [23047] = 6, [23048] = 6, [23049] = 6, [23050] = 6, [23053] = 6, [23054] = 6, [23056] = 6, [23057] = 6, [23059] = 6,
[23060] = 6, [23061] = 6, [23062] = 6, [23063] = 6, [23064] = 6, [23065] = 6, [23066] = 6, [23067] = 6, [23068] = 6, [23069] = 6, [23070] = 6,
[23071] = 6, [23073] = 6, [23075] = 6, [23078] = 6, [23081] = 6, [23082] = 6, [23084] = 6, [23085] = 6, [23087] = 6, [23088] = 6, [23089] = 6,
[23090] = 6, [23091] = 6, [23092] = 6, [23093] = 6, [23124] = 6, [23125] = 6, [23126] = 6, [23127] = 6, [23128] = 6, [23129] = 6, [23132] = 6,
[23139] = 6, [23156] = 6, [23168] = 6, [23169] = 6, [23170] = 6, [23171] = 6, [23173] = 6, [23177] = 6, [23178] = 6, [23197] = 6, [23198] = 6,
[23199] = 6, [23200] = 6, [23201] = 6, [23203] = 6, [23206] = 6, [23207] = 6, [23219] = 6, [23220] = 6, [23221] = 6, [23226] = 6, [23237] = 6,
[23238] = 6, [23242] = 6, [23320] = 6, [23323] = 6, [23324] = 6, [23545] = 6, [23548] = 6, [23557] = 5, [23558] = 5, [23570] = 5, [23577] = 6,
[23663] = 6, [23664] = 6, [23665] = 6, [23666] = 6, [23667] = 6, [23668] = 6, [23705] = 6, [23709] = 6, [23714] = 6, [23716] = 6, [24101] = 6,
[24102] = 6, [24222] = 6
[22698] = 6, [22699] = 6, [22700] = 6, [22701] = 6, [22702] = 6, [22703] = 6, [22704] = 6, [22705] = 6, [22707] = 6, [22712] = 4, [22713] = 4,
[22714] = 4, [22715] = 4, [22725] = 6, [22726] = 6, [22727] = 6, [22730] = 5, [22731] = 5, [22732] = 5, [22733] = 6, [22734] = 6, [22736] = 6,
[22737] = 6, [22739] = 4, [22740] = 6, [22741] = 6, [22742] = 6, [22743] = 6, [22744] = 6, [22745] = 6, [22747] = 6, [22748] = 6, [22749] = 6,
[22750] = 6, [22752] = 6, [22753] = 6, [22756] = 5, [22757] = 6, [22758] = 6, [22759] = 5, [22760] = 6, [22761] = 6, [22762] = 6, [22763] = 6,
[22764] = 6, [22766] = 5, [22767] = 5, [22768] = 5, [22769] = 5, [22770] = 5, [22771] = 5, [22772] = 5, [22773] = 5, [22774] = 5, [22798] = 6,
[22799] = 6, [22800] = 6, [22801] = 6, [22802] = 6, [22803] = 6, [22804] = 6, [22806] = 6, [22807] = 6, [22808] = 6, [22809] = 6, [22810] = 6,
[22811] = 6, [22812] = 6, [22813] = 6, [22815] = 6, [22816] = 6, [22818] = 6, [22819] = 6, [22820] = 6, [22821] = 6, [22890] = 6, [22891] = 6,
[22897] = 6, [22935] = 6, [22936] = 6, [22937] = 6, [22938] = 6, [22939] = 6, [22940] = 6, [22941] = 6, [22942] = 6, [22943] = 6, [22947] = 6,
[22954] = 6, [22960] = 6, [22961] = 6, [22967] = 6, [22968] = 6, [22981] = 6, [22983] = 6, [22988] = 6, [22994] = 6, [22999] = 6, [23000] = 6,
[23001] = 6, [23004] = 6, [23005] = 6, [23006] = 6, [23009] = 6, [23014] = 6, [23017] = 6, [23018] = 6, [23019] = 6, [23020] = 6, [23021] = 6,
[23023] = 6, [23025] = 6, [23027] = 6, [23028] = 6, [23029] = 6, [23030] = 6, [23031] = 6, [23032] = 6, [23033] = 6, [23035] = 6, [23036] = 6,
[23037] = 6, [23038] = 6, [23039] = 6, [23040] = 6, [23041] = 6, [23042] = 6, [23043] = 6, [23044] = 6, [23045] = 6, [23046] = 6, [23047] = 6,
[23048] = 6, [23049] = 6, [23050] = 6, [23053] = 6, [23054] = 6, [23056] = 6, [23057] = 6, [23059] = 6, [23060] = 6, [23061] = 6, [23062] = 6,
[23063] = 6, [23064] = 6, [23065] = 6, [23066] = 6, [23067] = 6, [23068] = 6, [23069] = 6, [23070] = 6, [23071] = 6, [23073] = 6, [23075] = 6,
[23078] = 6, [23081] = 6, [23082] = 6, [23084] = 6, [23085] = 6, [23087] = 6, [23088] = 6, [23089] = 6, [23090] = 6, [23091] = 6, [23092] = 6,
[23093] = 6, [23124] = 6, [23125] = 6, [23126] = 6, [23127] = 6, [23128] = 6, [23129] = 6, [23132] = 6, [23139] = 6, [23156] = 6, [23168] = 6,
[23169] = 6, [23170] = 6, [23171] = 6, [23173] = 6, [23177] = 6, [23178] = 6, [23197] = 6, [23198] = 6, [23199] = 6, [23200] = 6, [23201] = 6,
[23203] = 6, [23206] = 6, [23207] = 6, [23219] = 6, [23220] = 6, [23221] = 6, [23226] = 6, [23237] = 6, [23238] = 6, [23242] = 6, [23320] = 6,
[23323] = 0, [23324] = 0, [23545] = 6, [23548] = 6, [23557] = 5, [23558] = 5, [23570] = 5, [23577] = 6, [23663] = 6, [23664] = 6, [23665] = 6,
[23666] = 6, [23667] = 6, [23668] = 6, [23705] = 6, [23709] = 6, [23714] = 6, [23716] = 6, [24101] = 6, [24102] = 6, [24222] = 6
}
--##END-DATA##
PHASE_ITEMS[0] = 0
Expand Down
19 changes: 19 additions & 0 deletions AtlasLootClassic/Data/Token.lua
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,25 @@ local TOKEN = {
[12336] = 12219, -- Gemstone of Spirestone
[12335] = 12219, -- Gemstone of Smolderthorn
[12337] = 12219, -- Gemstone of Bloodaxe

--- Cenarion Circle Dailies
-- Exalted
[21188] = { "f609rep8", 0, {20802, 15}, {20800, 20}, {20801, 20}, 21508 }, -- Fist of Cenarius
[21180] = 21188, -- Earthstrike
[21190] = 21188, -- Wrath of Cenarius
-- Revered
[21184] = { "f609rep7", 0, {20802, 15}, {20800, 20}, {20801, 17}, 21515 }, -- Deeprock Bracers
[21186] = 21184, -- Rockfury Bracers
[21185] = 21184, -- Earthcalm Orb
[21189] = 21184, -- Might of Cenarius
-- Honored
[21181] = { "f609rep6", 0, {20802, 7}, {20800, 4}, {20801, 4} }, -- Grace of Earth
[21183] = 21181, -- Earthpower Vest
[21182] = 21181, -- Band of Earthen Might
-- Friendly
[21178] = { "f609rep5", 0, {20802, 5}, {20800, 3}, {20801, 7} }, -- Gloves of Earthen Power
[21187] = 21178, -- Earthweave Cloak
[21179] = 21178, -- Band of Earthen Wrath
}

local function Init()
Expand Down
5 changes: 5 additions & 0 deletions AtlasLootClassic/Documentation/Release_Notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

This mod is distributed under Version 2 of the GPL. A copy of the GPL is included in this zip file with links to non-english translations.

## v1.5.1 (Apr. 25, 2020)

- Tome of Polymorph: Turtle available in P4
- Some more ZG Content phase updates

## v1.5.0 (Apr. 16, 2020)

- Content phase 4
Expand Down
Loading

0 comments on commit 6045b15

Please sign in to comment.