Skip to content

Commit

Permalink
Separate scarab loot from other trash drops
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonomit committed Dec 15, 2024
1 parent e7d1bc3 commit c0e84dc
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion Data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1590,6 +1590,7 @@ LootReserve.Data =
},
{
Name = "Scarabs",
IndentType = 1,
Loot =
{
20873, 20869, 20866, 20870, 20868, 20871, 20867, 20872, 0,
Expand Down Expand Up @@ -1839,6 +1840,7 @@ LootReserve.Data =
},
{
Name = "Scarabs",
IndentType = 1,
Loot =
{
20876, 20879, 20875, 20878, 20881, 20877, 20874, 20882, 0,
Expand Down Expand Up @@ -2610,10 +2612,17 @@ LootReserve.Data =
{
21804, 21803, 21805, 0,
21802, 21801, 21800, 0,
22203, 22202, 0,
},
},
{
Name = "Scarabs",
IndentType = 1,
Loot =
{
20873, 20869, 20866, 20870, 20868, 20871, 20867, 20872, 0,
20864, 20861, 20863, 20862, 20859, 20865, 20860, 20858, 0,
21761, 21156, 0,
22203, 22202, 0,
},
},
{
Expand Down Expand Up @@ -2820,6 +2829,7 @@ LootReserve.Data =
},
{
Name = "Scarabs",
IndentType = 1,
Loot =
{
20876, 20879, 20875, 20878, 20881, 20877, 20874, 20882, 0,
Expand Down

0 comments on commit c0e84dc

Please sign in to comment.