Skip to content

Commit

Permalink
Update QuestVarbits.java
Browse files Browse the repository at this point in the history
  • Loading branch information
PsycloneTM authored Jan 23, 2025
1 parent 7e3c90e commit 25bb1df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/java/com/questhelper/questinfo/QuestVarbits.java
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,6 @@ public enum QuestVarbits
QUEST_HOPESPEARS_WILL(13619),
HIS_FAITHFUL_SERVANTS(14973),
BARBARIAN_TRAINING(9613),
/**
* fake mini-quest varbits, these don't hold the completion value.
*/
CRACK_THE_CLUE_II(0),

// Fake miniquests
KNIGHT_WAVES_TRAINING_GROUNDS(3909),
Expand All @@ -149,6 +145,10 @@ public enum QuestVarbits
BALLOON_TRANSPORT_CASTLE_WARS(2869),
BALLOON_TRANSPORT_GRAND_TREE(2870),
STRONGHOLD_OF_SECURITY(2312),
/**
* fake mini-quest varbits, these don't hold the completion value.
*/
CRACK_THE_CLUE_II(0),

// Achievement Diaries

Expand Down

0 comments on commit 25bb1df

Please sign in to comment.