Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
Add varbs to top level (misc stuff). 10663-666 are regions. Others are kudos and slayer rewards
  • Loading branch information
andmcadams authored Nov 15, 2023
1 parent 48611a7 commit 9ccca41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const MANIFEST_VERSION = 1;
/**
* The varbits that we require from RuneLite.
*/
export const REQUIRED_VARBITS = [...QUEST_VARBITS, ...DIARY_VARBITS];
export const REQUIRED_VARBITS = [...QUEST_VARBITS, ...DIARY_VARBITS, 3637, 3202, 3207, 3208, 5358, 10663, 10664, 10665, 10666];

/**
* The varps that we require from RuneLite.
Expand Down

0 comments on commit 9ccca41

Please sign in to comment.