fishing: Add crystal and trailblazer harpoon to fishing tool list (#12829)

This commit is contained in:
Paveldin
2020-12-12 19:52:17 +01:00
committed by GitHub
parent aa81261e5d
commit f9594e5295
@@ -274,6 +274,11 @@ public class FishingPlugin extends Plugin
case ItemID.KARAMBWAN_VESSEL_3159:
case ItemID.CORMORANTS_GLOVE:
case ItemID.CORMORANTS_GLOVE_22817:
case ItemID.TRAILBLAZER_HARPOON:
case ItemID.TRAILBLAZER_HARPOON_25114:
case ItemID.CRYSTAL_HARPOON:
case ItemID.CRYSTAL_HARPOON_23864:
case ItemID.CRYSTAL_HARPOON_INACTIVE:
return true;
}
}