Skip to content

Commit

Permalink
Update lootService.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
holzmaster authored Jul 25, 2024
1 parent cd7139b commit 7640012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/lootService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import log from "@log";

const lootTimeoutMs = 60 * 1000;

const excludedLootIds = [0, 7, 8, 13, 14, 23];
const excludedLootIds = [0, 7, 8, 13, 14, 15, 23];

export enum LootTypeId {
NICHTS = 0,
Expand Down

0 comments on commit 7640012

Please sign in to comment.