summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFedja Beader <fedja@protonmail.ch>2024-09-04 23:21:32 +0200
committerFedja Beader <fedja@protonmail.ch>2024-09-04 23:21:32 +0200
commit08403038c9458173f01250a29c88941c6f4995a5 (patch)
treefe7d6ab4f3fbd3bd843efa31de3e814ead0aa6f2
parent5acfecb3454fd98ea58b1cb4c4a0f826ae565716 (diff)
downloadserverdata-08403038c9458173f01250a29c88941c6f4995a5.tar.gz
serverdata-08403038c9458173f01250a29c88941c6f4995a5.tar.bz2
serverdata-08403038c9458173f01250a29c88941c6f4995a5.tar.xz
serverdata-08403038c9458173f01250a29c88941c6f4995a5.zip
Sorry, I mixed up fishing with mining event. There's only one event fish.
-rw-r--r--npc/functions/fishing.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/fishing.txt b/npc/functions/fishing.txt
index 48ee18906..e589cf107 100644
--- a/npc/functions/fishing.txt
+++ b/npc/functions/fishing.txt
@@ -177,7 +177,7 @@ function script fishing {
// writing this, which exceeds any obtainable reward.
inventoryplace NPCEyes, .@net_ratio +
1 + // ancient blueprint
- $EVENT$ == "Fishing" ? 3 : 0;
+ $EVENT$ == "Fishing" ? 1 : 0;
if (.@account_id > 0 && !isloggedin(.@account_id, .@char_id))