summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Botosh <rumly111@gmail.com>2015-09-18 14:54:00 +0300
committerJoseph Botosh <rumly111@gmail.com>2015-09-18 14:54:00 +0300
commit2e5c1129b4c7832f91114846c15a6f945611bb6f (patch)
tree4909ae97fffb51c6f81de0bee909020812aadda0
parentd8b4bf9b93cfd1cdb0f7792bab58790f0c15f919 (diff)
downloadserverdata-2e5c1129b4c7832f91114846c15a6f945611bb6f.tar.gz
serverdata-2e5c1129b4c7832f91114846c15a6f945611bb6f.tar.bz2
serverdata-2e5c1129b4c7832f91114846c15a6f945611bb6f.tar.xz
serverdata-2e5c1129b4c7832f91114846c15a6f945611bb6f.zip
fix bug in fishing function related to wait_times
-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 08d53f82..08dd0b1a 100644
--- a/npc/functions/fishing.txt
+++ b/npc/functions/fishing.txt
@@ -13,7 +13,6 @@ function script fishing {
.@pull_timeout = 1500;
.@fish_id = CommonCarp;
.@max_wait_times = 3;
- .@curr_wait_times = 0;
.@rare_fish_chance = 2500;
setarray .@bait_ids[0], SmallTentacles, Bread, Aquada,
@@ -28,6 +27,7 @@ function script fishing {
L_ChooseBait:
+ .@curr_wait_times = 0;
.@sel$ = "";
.@cnt = 0;