diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-06 12:24:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-06 12:24:25 -0300 |
commit | 0e9b48607b0535d73630c84616c9a0003d6ef40d (patch) | |
tree | b12656a0e3a8214edc08438b7e8c878ec4a56192 /npc/functions | |
parent | c03262f999d8916c5d1fe45cdf8c046fcba5c7ef (diff) | |
download | serverdata-0e9b48607b0535d73630c84616c9a0003d6ef40d.tar.gz serverdata-0e9b48607b0535d73630c84616c9a0003d6ef40d.tar.bz2 serverdata-0e9b48607b0535d73630c84616c9a0003d6ef40d.tar.xz serverdata-0e9b48607b0535d73630c84616c9a0003d6ef40d.zip |
Missing cleanup at fishing. Item on floor last longer.
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/fishing.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/fishing.txt b/npc/functions/fishing.txt index 48f83de3e..8d87fd2b9 100644 --- a/npc/functions/fishing.txt +++ b/npc/functions/fishing.txt @@ -245,6 +245,7 @@ function script fishing { .@fish_id = 0; } + @fishing_spot$=""; return .@fish_id; } |