summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/fishing.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/functions/fishing.txt b/npc/functions/fishing.txt
index 70ccaa2cf..784efeae7 100644
--- a/npc/functions/fishing.txt
+++ b/npc/functions/fishing.txt
@@ -129,13 +129,13 @@ function script fishing {
{
// default baits (bait, chance booster)
setarray getvariableofnpc(.bait_ids[0], .@npc$),
- SmallTentacles, 0,
- Bread, 0,
- Aquada, 1,
- Tentacles, 2,
+ SmallTentacles, 1,
+ Bread, 1,
+ Aquada, 2,
+ Tentacles, 3,
BugLeg, 0,
- CaveSnakeTongue, 0,
- RoastedMaggot, 1;
+ CaveSnakeTongue, 1,
+ RoastedMaggot, 2;
}