Skip to content

Commit 42ed3d6

Browse files
committed
hscb added to cbow item collection
1 parent 6cf572d commit 42ed3d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/com/questhelper/collections/ItemCollections.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,8 @@ public enum ItemCollections
215215
ItemID.IRON_CROSSBOW,
216216
ItemID.BRONZE_CROSSBOW,
217217
ItemID.PHOENIX_CROSSBOW,
218-
ItemID.CROSSBOW
218+
ItemID.CROSSBOW,
219+
ItemID.HUNTERS_SUNLIGHT_CROSSBOW
219220
)),
220221

221222
SWORDS("Swords", ImmutableList.of(

0 commit comments

Comments
 (0)