Skip to content

Commit

Permalink
Made the quest rewards category position more consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonomit committed Jan 20, 2023
1 parent 8e0b437 commit 493232d
Showing 1 changed file with 45 additions and 45 deletions.
90 changes: 45 additions & 45 deletions Data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -771,15 +771,6 @@ LootReserve.Data =
},
},
{ Separator = true },
{
Name = " + Quest Rewards",
Loot =
{
21712, 21710, 21709, 0,
21242, 21244, 21272, 21269, 0,
21268, 21273, 21275, 0,
},
},
{
Name = " + Tier 2.5 Pieces",
Loot =
Expand All @@ -794,6 +785,15 @@ LootReserve.Data =
21391, 21388, 21376, 21373, 21345, 21344, 21335, 21338, 21354, 21355, 0,
},
},
{
Name = " + Quest Rewards",
Loot =
{
21712, 21710, 21709, 0,
21242, 21244, 21272, 21269, 0,
21268, 21273, 21275, 0,
},
},
},
},
[1070] = {
Expand Down Expand Up @@ -975,13 +975,6 @@ LootReserve.Data =
},
},
{ Separator = true },
{
Name = " + Quest Rewards",
Loot =
{
23207, 23206, 0,
},
},
{
Name = " + Tier 3 Pieces",
Loot =
Expand Down Expand Up @@ -1012,6 +1005,13 @@ LootReserve.Data =
22418, 22478, 0,
},
},
{
Name = " + Quest Rewards",
Loot =
{
23207, 23206, 0,
},
},
},
},

Expand Down Expand Up @@ -1291,13 +1291,6 @@ LootReserve.Data =
},
},
{ Separator = true },
-- {
-- Name = " + Quest Rewards",
-- Loot =
-- {
-- 28791, 28790, 28793, 28792, 0,
-- },
-- },
{
Name = " + Tier 4 Pieces",
Loot =
Expand All @@ -1316,6 +1309,13 @@ LootReserve.Data =
28334, 25856, 24552, 30200, 0,
},
},
-- {
-- Name = " + Quest Rewards",
-- Loot =
-- {
-- 28791, 28790, 28793, 28792, 0,
-- },
-- },
},
},
[2040] = {
Expand Down Expand Up @@ -1507,13 +1507,6 @@ LootReserve.Data =
}
},
{ Separator = true },
{
Name = " + Quest Rewards",
Loot =
{
30018, 30017, 30007, 30015, 0,
},
},
{
Name = " + Tier 5 Pieces",
Loot =
Expand All @@ -1538,6 +1531,13 @@ LootReserve.Data =
31960, 32050, 31977, 31982, 0,
},
},
{
Name = " + Quest Rewards",
Loot =
{
30018, 30017, 30007, 30015, 0,
},
},
},
},
[2060] = {
Expand Down Expand Up @@ -2831,13 +2831,6 @@ LootReserve.Data =
},
},
{ Separator = true },
{
Name = " + Quest Rewards",
Loot =
{
46321, 46323, 46320, 46322, 0,
},
},
{
Name = " + Tier 8 Pieces",
Loot =
Expand All @@ -2859,6 +2852,13 @@ LootReserve.Data =
45396, 45335, 45340, 45368, 45348, 45354, 45358, 0,
},
},
{
Name = " + Quest Rewards",
Loot =
{
46321, 46323, 46320, 46322, 0,
},
},
},
},
[3041] = {
Expand Down Expand Up @@ -3125,14 +3125,6 @@ LootReserve.Data =
},
},
{ Separator = true },
{
Name = " + Quest Rewards",
Loot =
{
45618, 45614, 45588, 45608, 0,
46017, 0,
},
},
{
Name = " + Tier 8 Pieces",
Loot =
Expand All @@ -3154,6 +3146,14 @@ LootReserve.Data =
46127, 46117, 46122, 46134, 46157, 46187, 46196, 0,
},
},
{
Name = " + Quest Rewards",
Loot =
{
45618, 45614, 45588, 45608, 0,
46017, 0,
},
},
},
},

Expand Down

0 comments on commit 493232d

Please sign in to comment.