Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
snowflame0 committed Oct 17, 2024
1 parent 0f17318 commit cd7378e
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 40 deletions.
78 changes: 39 additions & 39 deletions AtlasLootClassic/Data/ItemSet.lua
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ local function OnInit()
local _, _, _, itemQuality = GetItemQualityColor(i)
COLOR_STRINGS[i] = "|c"..itemQuality
end

CLASS_NAMES_WITH_COLORS = AtlasLoot:GetColoredClassNames()
ContentPhase = AtlasLoot.Data.ContentPhase
end
Expand Down Expand Up @@ -1066,20 +1066,20 @@ if AtlasLoot:GameVersion_GE(AtlasLoot.CATA_VERSION_NUM) then
-- Warrior
[942] = {{60325,60327,60323,60326,60324},4,4,359,1,{{2,90293},{4,90295}}},
[943] = {{60328,60331,60329,60332,60330},4,4,359,1,{{2,90296},{4,90297}}},

-- Death Knight
[4000925] = {{60341,60343,60339,60340,60342},4,4,359,32,{{2,90457},{4,90459}},nil,925}, -- Normal Death Knight DPS
[4001925] = {{65181,65183,65179,65180,65182},4,4,372,32,{{2,90457},{4,90459}},AL["Heroic %s"],925}, -- Heroic Death Knight DPS

[4000926] = {{60351,60353,60349,60350,60352},4,4,359,32,{{2,90454},{4,90456}},nil,926}, -- Normal Death Knight Tanking
[4001926] = {{65186,65188,65184,65185,65187},4,4,372,32,{{2,90454},{4,90456}},AL["Heroic %s"],926}, -- Heroic Death Knight Tanking
-- Druid
[4000927] = {{60286,60289,60287,60290,60288},2,4,359,1024,{{2,90162},{4,90165}},nil,927}, -- Normal Druid Melee DPS
[4001927] = {{65190,65193,65192,65189,65191},2,4,372,1024,{{2,90162},{4,90165}},AL["Heroic %s"],927}, -- Heroic Druid Melee DPS

[4000928] = {{60277,60279,60276,60280,60278},2,4,359,1024,{{2,90157},{4,90158}},nil,928}, -- Normal Druid Restoration
[4001928] = {{65195,65198,65197,65194,65196},2,4,372,1024,{{2,90157},{4,90158}},AL["Heroic %s"],928}, -- Heroic Druid Restoration

[4000929] = {{60282,60284,60281,60285,60283},2,4,359,1024,{{2,90160},{4,90163}},nil,929}, -- Normal Druid Balance
[4001929] = {{65200,65203,65202,65199,65201},2,4,372,1024,{{2,90160},{4,90163}},AL["Heroic %s"],929}, -- Heroic Druid Balance
-- Hunter
Expand All @@ -1091,16 +1091,16 @@ if AtlasLoot:GameVersion_GE(AtlasLoot.CATA_VERSION_NUM) then
-- Paladin
[4000932] = {{60346,60348,60344,60345,60347},4,4,359,2,{{2,90298},{4,90299}},nil,932}, -- Normal Paladin Retribution
[4001932] = {{65216,65218,65214,65215,65217},4,4,372,2,{{2,90298},{4,90299}},AL["Heroic %s"],932}, -- Heroic Paladin Retribution

[4000933] = {{60359,60362,60360,60363,60361},4,4,359,2,{{2,90310},{4,90313}},nil,933}, -- Normal Paladin Holy
[4001933] = {{65221,65223,65219,65220,65222},4,4,372,2,{{2,90310},{4,90313}},AL["Heroic %s"],933}, -- Heroic Paladin Holy

[4000934] = {{60356,60358,60354,60355,60357},4,4,359,2,{{2,90301},{4,90306}},nil,934}, -- Normal Paladin Prot
[4001934] = {{65226,65228,65224,65225,65227},4,4,372,2,{{2,90301},{4,90306}},AL["Heroic %s"],934}, -- Heroic Paladin Prot
-- Priest
[4000935] = {{60258,60262,60259,60275,60261},1,4,359,16,{{2,89910},{4,89911}},nil,935}, -- Normal Priest Holy
[4001935] = {{65230,65233,65232,65229,65231},1,4,372,16,{{2,89910},{4,89911}},AL["Heroic %s"],935}, -- Heroic Priest Holy

[4000936] = {{60256,60253,60254,60257,60255},1,4,359,16,{{2,89915},{4,89922}},nil,936}, -- Normal Priest Shadow
[4001936] = {{65235,65238,65237,65234,65236},1,4,372,16,{{2,89915},{4,89922}},AL["Heroic %s"],936}, -- Heroic Priest Shadow
-- Rogue
Expand All @@ -1109,10 +1109,10 @@ if AtlasLoot:GameVersion_GE(AtlasLoot.CATA_VERSION_NUM) then
-- Shaman
[4000938] = {{60308,60311,60309,60312,60310},3,4,359,64,{{2,90494},{4,90499}},nil,938}, -- Normal Shaman Resto
[4001938] = {{65246,65248,65244,65245,65247},3,4,372,64,{{2,90494},{4,90499}},AL["Heroic %s"],938}, -- Heroic Shaman Resto

[4000939] = {{60320,60322,60318,60319,60321},3,4,359,64,{{2,90501},{4,90502}},nil,939}, -- Normal Shaman Enhance
[4001939] = {{65251,65253,65249,65250,65252},3,4,372,64,{{2,90501},{4,90502}},AL["Heroic %s"],939}, -- Heroic Shaman Enhance

[4000940] = {{60315,60317,60313,60314,60316},3,4,359,64,{{2,90503},{4,90505}},nil,940}, -- Normal Shaman Elemental
[4001940] = {{65256,65258,65254,65255,65257},3,4,372,64,{{2,90503},{4,90505}},AL["Heroic %s"],940}, -- Heroic Shaman Elemental
-- Warlock
Expand All @@ -1121,10 +1121,10 @@ if AtlasLoot:GameVersion_GE(AtlasLoot.CATA_VERSION_NUM) then
-- Warrior
[4000942] = {{60325,60327,60323,60326,60324},4,4,359,1,{{2,90293},{4,90295}},nil,942}, -- Normal Warrior DPS
[4001942] = {{65266,65268,65264,65265,65267},4,4,372,1,{{2,90293},{4,90295}},AL["Heroic %s"],942}, -- Heroic Warrior DPS

[4000943] = {{60328,60331,60329,60332,60330},4,4,359,1,{{2,90296},{4,90297}},nil,943}, -- Normal Warrior Prot
[4001943] = {{65271,65273,65269,65270,65272},4,4,372,1,{{2,90296},{4,90297}},AL["Heroic %s"],943}, -- Heroic Warrior Prot

-- T12
-- Death Knight
[1000] = {{71060,71062,71058,71059,71061},4,4,378,32,{{2,98970},{4,98996}}}, -- DPS
Expand Down Expand Up @@ -1155,20 +1155,20 @@ if AtlasLoot:GameVersion_GE(AtlasLoot.CATA_VERSION_NUM) then
-- Warrior
[1017] = {{71070,71072,71068,71069,71071},4,4,378,1,{{2,99234},{4,99238}}}, -- DPS
[1018] = {{70944,70941,70945,70943,70942},4,4,378,1,{{2,99239},{4,99242}}}, -- Prot

-- Death Knight
[40001000] = {{71060,71062,71058,71059,71061},4,4,378,32,{{2,98970},{4,98996}},nil,1000}, -- Normal Death Knight DPS
[40011000] = {{71478,71480,71476,71477,71479},4,4,391,32,{{2,98970},{4,98996}},AL["Heroic %s"],1000}, -- Heroic Death Knight DPS

[40001001] = {{70954,70951,70955,70953,70952},4,4,378,32,{{2,98956},{4,98966}},nil,1001}, -- Normal Death Knight Tanking
[40011001] = {{71483,71485,71481,71482,71484},4,4,391,32,{{2,98956},{4,98966}},AL["Heroic %s"],1001}, -- Heroic Death Knight Tanking
-- Druid
[40001002] = {{71098,71101,71100,71097,71099},2,4,378,1024,{{2,99001},{4,99009}},nil,1002}, -- Normal Druid Melee DPS
[40011002] = {{71488,71490,71486,71487,71489},2,4,391,1024,{{2,99001},{4,99009}},AL["Heroic %s"],1002}, -- Heroic Druid Melee DPS

[40001004] = {{71103,71106,71105,71102,71104},2,4,378,1024,{{2,99013},{4,99015}},nil,1004}, -- Normal Druid Restoration
[40011004] = {{71492,71495,71494,71491,71493},2,4,391,1024,{{2,99013},{4,99015}},AL["Heroic %s"],1004}, -- Heroic Druid Restoration

[40001003] = {{71108,71111,71110,71107,71109},2,4,378,1024,{{2,99019},{4,99049}},nil,1003}, -- Normal Druid Balance
[40011003] = {{71497,71500,71499,71496,71498},2,4,391,1024,{{2,99019},{4,99049}},AL["Heroic %s"],1003}, -- Heroic Druid Balance
-- Hunter
Expand All @@ -1180,16 +1180,16 @@ if AtlasLoot:GameVersion_GE(AtlasLoot.CATA_VERSION_NUM) then
-- Paladin
[40001012] = {{71065,71067,71063,71064,71066},4,4,378,2,{{2,99093},{4,99116}},nil,1012}, -- Normal Paladin Retribution
[40011012] = {{71514,71516,71512,71513,71515},4,4,391,2,{{2,99093},{4,99116}},AL["Heroic %s"],1012}, -- Heroic Paladin Retribution

[40001011] = {{71093,71095,71091,71092,71094},4,4,378,2,{{2,99067},{4,99070}},nil,1011}, -- Normal Paladin Holy
[40011011] = {{71519,71521,71517,71518,71520},4,4,391,2,{{2,99067},{4,99070}},AL["Heroic %s"],1011}, -- Heroic Paladin Holy

[40001013] = {{70948,70946,70950,70949,70947},4,4,378,2,{{2,99074},{4,99091}},nil,1013}, -- Normal Paladin Prot
[40011013] = {{71524,71526,71522,71523,71525},4,4,391,2,{{2,99074},{4,99091}},AL["Heroic %s"],1013}, -- Heroic Paladin Prot
-- Priest
[40001009] = {{71272,71275,71274,71271,71273},1,4,378,16,{{2,99134},{4,99135}},nil,1009}, -- Normal Priest Holy
[40011009] = {{71528,71531,71530,71527,71529},1,4,391,16,{{2,99134},{4,99135}},AL["Heroic %s"],1009}, -- Heroic Priest Holy

[40001010] = {{71277,71280,71279,71276,71278},1,4,378,16,{{2,99154},{4,99157}},nil,1010}, -- Normal Priest Shadow
[40011010] = {{71533,71536,71535,71532,71534},1,4,391,16,{{2,99154},{4,99157}},AL["Heroic %s"],1010}, -- Heroic Priest Shadow
-- Rogue
Expand All @@ -1198,10 +1198,10 @@ if AtlasLoot:GameVersion_GE(AtlasLoot.CATA_VERSION_NUM) then
-- Shaman
[40001014] = {{71298,71300,71296,71297,71299},3,4,378,64,{{2,99190},{4,99195}},nil,1014}, -- Normal Shaman Resto
[40011014] = {{71544,71543,71546,71542,71545},3,4,391,64,{{2,99190},{4,99195}},AL["Heroic %s"],1014}, -- Heroic Shaman Resto

[40001015] = {{71303,71305,71301,71302,71304},3,4,378,64,{{2,99209},{4,99213}},nil,1015}, -- Normal Shaman Enhance
[40011015] = {{71549,71551,71547,71548,71550},3,4,391,64,{{2,99209},{4,99213}},AL["Heroic %s"],1015}, -- Heroic Shaman Enhance

[40001016] = {{71293,71295,71294,71292,71291},3,4,378,64,{{2,99204},{4,99206}},nil,1016}, -- Normal Shaman Elemental
[40011016] = {{71554,71556,71552,71553,71555},3,4,391,64,{{2,99204},{4,99206}},AL["Heroic %s"],1016}, -- Heroic Shaman Elemental
-- Warlock
Expand All @@ -1210,10 +1210,10 @@ if AtlasLoot:GameVersion_GE(AtlasLoot.CATA_VERSION_NUM) then
-- Warrior
[40001017] = {{71070,71072,71068,71069,71071},4,4,378,1,{{2,99234},{4,99238}},nil,1017}, -- Normal Warrior DPS
[40011017] = {{71599,71603,71600,71601,71602},4,4,391,1,{{2,99234},{4,99238}},AL["Heroic %s"],1017}, -- Heroic Warrior DPS

[40001018] = {{70944,70941,70945,70943,70942},4,4,378,1,{{2,99239},{4,99242}},nil,1018}, -- Normal Warrior Prot
[40011018] = {{71606,71608,71604,71605,71607},4,4,391,1,{{2,99239},{4,99242}},AL["Heroic %s"],1018}, -- Heroic Warrior Prot

-- T13
-- Death Knight
[1056] = {{78792,78846,78758,78733,78811},4,4,384,32,{{2,105552},{4,105587}}}, -- TANK
Expand Down Expand Up @@ -1249,24 +1249,24 @@ if AtlasLoot:GameVersion_GE(AtlasLoot.CATA_VERSION_NUM) then
[1088] = {{77947,77948},0,4,406,8,{{2,109956}}}, -- Maw of Oblivion
[1089] = {{77945,77946},0,4,397,8,{{2,109960}}}, -- Jaws of Retribution
[951] = {{63537,63538},0,4,359,0,{{2,95763}}}, -- Agony and Torment

-- Death Knight
[40001057] = {{78782,78831,78754,78765,78802},4,4,384,32,{{2,105609},{4,105646}},AL["Raid Finder %s"],1057}, -- Raid Finder Death Knight DPS
[40011057] = {{76976,76978,76974,76975,76977},4,4,397,32,{{2,105609},{4,105646}},nil,1057}, -- Normal Death Knight DPS
[40021057] = {{78687,78736,78659,78670,78707},4,4,410,32,{{2,105609},{4,105646}},AL["Heroic %s"],1057}, -- Heroic Death Knight DPS

[40001056] = {{78792,78846,78758,78773,78811},4,4,384,32,{{2,105552},{4,105587}},AL["Raid Finder %s"],1056}, -- Raid Finder Death Knight Tanking
[40011056] = {{78792,78846,78758,78773,78811},4,4,397,32,{{2,105552},{4,105587}},nil,1056}, -- Normal Death Knight Tanking
[40021056] = {{78697,78751,78663,78678,78716},4,4,410,32,{{2,105552},{4,105587}},AL["Heroic %s"],1056},-- Heroic Death Knight Tanking
-- Druid
[40001058] = {{78789,78838,78760,78779,78808},2,4,384,1024,{{2,105725},{4,60142}},AL["Raid Finder %s"],1058}, -- Raid Finder Druid Melee DPS
[40011058] = {{77015,77017,77013,77014,77016},2,4,397,1024,{{2,105725},{4,60142}},nil,1058}, -- Normal Druid Melee DPS
[40021058] = {{78694,78743,78665,78684,78713},2,4,410,1024,{{2,105725},{4,60142}},AL["Heroic %s"],1058}, -- Heroic Druid Melee DPS

[40001060] = {{78785,78835,78755,78775,78805},2,4,384,1024,{{2,105715},{4,105770}},AL["Raid Finder %s"],1060}, -- Raid Finder Druid Restoration
[40011060] = {{76750,76753,76752,76749,76751},2,4,397,1024,{{2,105715},{4,105770}},nil,1060}, -- Normal Druid Restoration
[40021060] = {{78690,78740,78660,78680,78710},2,4,410,1024,{{2,105715},{4,105770}},AL["Heroic %s"],1060}, -- Heroic Druid Restoration

[40001059] = {{78791,78839,78757,78771,78809},2,4,384,1024,{{2,105722},{4,105717}},AL["Raid Finder %s"],1059}, -- Raid Finder Druid Balance
[40011059] = {{77019,77022,77021,77018,77020},2,4,397,1024,{{2,105722},{4,105717}},nil,1059}, -- Normal Druid Balance
[40021059] = {{78696,78744,78662,78676,78714},2,4,410,1024,{{2,105722},{4,105717}},AL["Heroic %s"],1059}, -- Heroic Druid Balance
Expand All @@ -1282,19 +1282,19 @@ if AtlasLoot:GameVersion_GE(AtlasLoot.CATA_VERSION_NUM) then
[40001064] = {{78788,78837,78822,78770,78807},4,4,384,2,{{2,105765},{4,105820}},AL["Raid Finder %s"],1064}, -- Raid Finder Paladin Retribution
[40011064] = {{76876,76878,76874,76875,76877},4,4,397,2,{{2,105765},{4,105820}},nil,1064}, -- Normal Paladin Retribution
[40021064] = {{78693,78742,78727,78675,78712},4,4,410,2,{{2,105765},{4,105820}},AL["Heroic %s"],1064}, -- Heroic Paladin Retribution

[40001063] = {{78787,78841,78821,78768,78812},4,4,384,2,{{2,105743},{4,105798}},AL["Raid Finder %s"],1063}, -- Raid Finder Paladin Holy
[40011063] = {{76767,76769,76765,76766,76768},4,4,397,2,{{2,105743},{4,105798}},nil,1063}, -- Normal Paladin Holy
[40021063] = {{78692,78746,78726,78673,78717},4,4,410,2,{{2,105743},{4,105798}},AL["Heroic %s"],1063}, -- Heroic Paladin Holy

[40001065] = {{78790,78840,78827,78772,78810},4,4,384,2,{{2,105800},{4,105744}},AL["Raid Finder %s"],1065}, -- Raid Finder Paladin Prot
[40011065] = {{77005,77007,77003,77004,77006},4,4,397,2,{{2,105800},{4,105744}},nil,1065}, -- Normal Paladin Prot
[40021065] = {{78695,78745,78732,78677,78715},4,4,410,2,{{2,105800},{4,105744}},AL["Heroic %s"],1065}, -- Heroic Paladin Prot
-- Priest
[40001066] = {{78795,78842,78823,78778,78814},1,4,384,16,{{2,105827},{4,105832}},AL["Raid Finder %s"],1066}, -- Raid Finder Priest Holy
[40011066] = {{76358,76361,76360,76357,76359},1,4,397,16,{{2,105827},{4,105832}},nil,1066}, -- Normal Priest Holy
[40021066] = {{78700,78747,78728,78683,78719},1,4,410,16,{{2,105827},{4,105832}},AL["Heroic %s"],1066}, -- Heroic Priest Holy

[40001067] = {{78798,78845,78826,78777,78817},1,4,384,16,{{2,105843},{4,105844}},AL["Raid Finder %s"],1067}, -- Raid Finder Priest Shadow
[40011067] = {{76347,76344,76345,76348,76346},1,4,397,16,{{2,105843},{4,105844}},nil,1067}, -- Normal Priest Shadow
[40021067] = {{78703,78750,78731,78682,78722},1,4,410,16,{{2,105843},{4,105844}},AL["Heroic %s"],1067}, -- Heroic Priest Shadow
Expand All @@ -1306,11 +1306,11 @@ if AtlasLoot:GameVersion_GE(AtlasLoot.CATA_VERSION_NUM) then
[40001069] = {{78786,78834,78820,78767,78813},3,4,384,64,{{2,105764},{4,105876}},AL["Raid Finder %s"],1069}, -- Raid Finder Shaman Resto
[40011069] = {{76758,76760,76756,76757,76759},3,4,397,64,{{2,105764},{4,105876}},nil,1069}, -- Normal Shaman Resto
[40021069] = {{78691,78739,78725,78672,78718},3,4,410,64,{{2,105764},{4,105876}},AL["Heroic %s"],1069}, -- Heroic Shaman Resto

[40001071] = {{78781,78828,78819,78762,78799},3,4,384,64,{{2,105866},{4,105872}},AL["Raid Finder %s"],1071}, -- Raid Finder Shaman Enhance
[40011071] = {{77042,77044,77040,77041,77043},3,4,397,64,{{2,105866},{4,105872}},nil,1071}, -- Normal Shaman Enhance
[40021071] = {{78686,78733,78724,78667,78704},3,4,410,64,{{2,105866},{4,105872}},AL["Heroic %s"],1071}, -- Heroic Shaman Enhance

[40001070] = {{78780,78836,78818,78761,78806},3,4,384,64,{{2,105780},{4,105816}},AL["Raid Finder %s"],1070}, -- Raid Finder Shaman Elemental
[40011070] = {{77037,77035,77039,77038,77036},3,4,397,64,{{2,105780},{4,105816}},nil,1070}, -- Normal Shaman Elemental
[40021070] = {{78685,78741,78723,78666,78711},3,4,410,64,{{2,105780},{4,105816}},AL["Heroic %s"],1070}, -- Heroic Shaman Elemental
Expand All @@ -1322,13 +1322,13 @@ if AtlasLoot:GameVersion_GE(AtlasLoot.CATA_VERSION_NUM) then
[40001073] = {{78783,78830,78752,78763,78801},4,4,384,1,{{2,105797},{4,105907}},AL["Raid Finder %s"],1073}, -- Raid Finder Warrior DPS
[40011073] = {{76983,76987,76984,76985,76986},4,4,397,1,{{2,105797},{4,105907}},nil,1073}, -- Normal Warrior DPS
[40021073] = {{78688,78735,78657,78668,78706},4,4,410,1,{{2,105797},{4,105907}},AL["Heroic %s"],1073}, -- Heroic Warrior DPS

[40001074] = {{78784,78829,78753,78764,78800},4,4,384,1,{{2,105908},{4,105911}},AL["Raid Finder %s"],1074}, -- Raid Finnder Warrior Prot
[40011074] = {{76990,76992,76988,76989,76991},4,4,397,1,{{2,105908},{4,105911}},nil,1074}, -- Normal Warrior Prot
[40021074] = {{78689,78734,78658,78669,78705},4,4,410,1,{{2,105908},{4,105911}},AL["Heroic %s"],1074}, -- Heroic Warrior Prot

----S10 sets

[4003910] = {{70315,70318,70317,70314,70316},1,4,384,256,{{2,92261},{2,92254},{4,23047},{4,92260}},AL["Ruthless %s"],910}, -- Warlock
[4003909] = {{70256,70258,70254,70255,70257},4,4,384,1,{{2,92253},{2,92254},{4,22738},{4,92252}},AL["Ruthless %s"],909}, -- Warrior DPS
[4003911] = {{70276,70278,70274,70275,70277},3,4,384,64,{{2,92261},{4,92260},{4,100956}},AL["Ruthless %s"],911}, -- Shaman Elemental Thunderfist
Expand All @@ -1345,9 +1345,9 @@ if AtlasLoot:GameVersion_GE(AtlasLoot.CATA_VERSION_NUM) then
[4003922] = {{70280,70283,70282,70279,70281},2,4,384,1024,{{2,92258},{2,92254},{4,23218},{4,92257}},AL["Ruthless %s"],922}, -- Druid Feral
[4003923] = {{70285,70288,70287,70284,70286},2,4,384,1024,{{2,92256},{2,92254},{4,38417},{4,92255}},AL["Ruthless %s"],923}, -- Druid Resto
[4003924] = {{70246,70248,70244,70245,70247},4,4,384,32,{{2,92253},{2,92254},{4,61257},{4,92252}},AL["Ruthless %s"],924}, -- Death Knight DPS

----S10 Elite sets

[4004909] = {{70479,70477,70481,70480,70478},4,4,384,1,{{2,92253},{4,22738},{4,92252}},AL["Ruthless (Elite) %s"],909}, -- Warrior DPS
[4004910] = {{70468,70425,70426,70469,70427},1,4,384,256,{{2,92261},{2,92254},{4,23047},{4,92260}},AL["Ruthless (Elite) %s"],910}, -- Warlock
[4004911] = {{70422,70420,70424,70423,70421},3,4,384,64,{{2,92261},{4,92260},{4,100956}},AL["Ruthless (Elite) %s"],911}, -- Shaman Elemental
Expand Down Expand Up @@ -1953,7 +1953,7 @@ function ItemSet.GetPhaseTextureForSetID(setID)
local c = ContentPhase:GetForItemID(content[i])
phase = ( c and c > phase ) and c or phase
end

ContentPhaseCache[setID] = phase
end
return ContentPhaseCache[setID]
Expand All @@ -1967,7 +1967,7 @@ function ItemSet.GetSetDescriptionString(setID)
else
itemType = ITEM_SET_DATA[setID][2] > 0 and GetItemSubClassInfo(4, ITEM_SET_DATA[setID][2]) or ""
end

if itemType and itemType ~= "" then
return format("%s%s | |cff00ccffiLvlAvg:|r %d", Requirements.BuildClassString(ITEM_SET_DATA[setID][5]), itemType, ITEM_SET_DATA[setID][4])
elseif ITEM_SET_DATA[setID][5] > 0 then
Expand Down
1 change: 0 additions & 1 deletion AtlasLootClassic_DungeonsAndRaids/data-cata.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3398,7 +3398,6 @@ TableType = SET_ITTYPE,
{ 3, 1087 }, -- Fangs of the Father / 416
{ 16, "ac6181" },
{ 17, "ac6182" },

},
},
T13_SET,
Expand Down

0 comments on commit cd7378e

Please sign in to comment.