Skip to content

Commit

Permalink
Minor data changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonomit committed Jun 20, 2023
1 parent 2dde28b commit 3556c26
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions Data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ ClassMask id
Wrath loot tables depend on this setting
Changing it demands a new required addon version
Classic:
1.1: Initial
1.5: AQ40 server attunement quest items added to raid loot
TBC:
2.1: Initial
2.2: S1 arena gear available from tokens
Expand Down Expand Up @@ -197,7 +201,7 @@ LootReserve.Data =
18817, 19137, 0,
18814, 19138, 17102, 17107, 17063, 17082, 18815, 0,
17106, 18816, 17104, 17076, 0,
21110, 0,
unpack(EXPANSION_PHASE < 1.5 and {} or {21110, 0,}),
},
},
{ Separator = true },
Expand All @@ -208,7 +212,7 @@ LootReserve.Data =
16802, 16806, 16817, 16827, 16828, 16851, 16838, 16858, 16864, 0,
16799, 16804, 16819, 16825, 16830, 16850, 16840, 16857, 16861, 0,
17011, 17010, 11382, 17012, 0,
20951, 0,
unpack(EXPANSION_PHASE < 1.5 and {} or {20951, 0,}),
},
},
{ Separator = true },
Expand Down Expand Up @@ -339,7 +343,7 @@ LootReserve.Data =
19342, 19341, 0,
19374, 19373, 0,
19350, 19351, 0,
20383, 0,
unpack(EXPANSION_PHASE < 1.5 and {} or {20383, 0,}),
},
},
{
Expand Down Expand Up @@ -394,7 +398,7 @@ LootReserve.Data =
19379, 19378, 19382, 19377, 19376, 0,
19356, 19360, 19364, 19363, 0,
11938, 0,
21138, 0,
unpack(EXPANSION_PHASE < 1.5 and {} or {21138, 0,}),
},
},
{ Separator = true },
Expand Down Expand Up @@ -1311,11 +1315,20 @@ LootReserve.Data =
21903, 21904, 0,
},
},
{
Name = "Engineering",
IndentType = 1,
Loot =
{
23809, 0,
},
},
{
Name = "Enchanting",
IndentType = 1,
Loot =
{
22559, 22561, 22560, 0,
22545, 0,
},
},
Expand Down Expand Up @@ -6382,7 +6395,7 @@ do
HideItem(47556);

-- Ashen Sack of Gems
HideItem(49294);
-- HideItem(49294);

-- Primordial Saronite
HideItem(49908);
Expand Down

0 comments on commit 3556c26

Please sign in to comment.