diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-25 03:06:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-25 03:06:04 -0300 |
commit | 63210f3050b985f0311316d09f57c1178448ad9f (patch) | |
tree | c3db55888a1a5ebb279d6169deb73721c5578684 /npc | |
parent | 06e3e96a21693fe4b30922f9c4e5d4fe9f7809ff (diff) | |
download | serverdata-63210f3050b985f0311316d09f57c1178448ad9f.tar.gz serverdata-63210f3050b985f0311316d09f57c1178448ad9f.tar.bz2 serverdata-63210f3050b985f0311316d09f57c1178448ad9f.tar.xz serverdata-63210f3050b985f0311316d09f57c1178448ad9f.zip |
Fishing: Accomodate 300ms more of lag
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/fishing.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/fishing.txt b/npc/functions/fishing.txt index c34c6d72e..96bde415a 100644 --- a/npc/functions/fishing.txt +++ b/npc/functions/fishing.txt @@ -134,7 +134,7 @@ function script fishing { .@catch_time = (.@catch_time ? .@catch_time : 5000); .@pull_rand_max = getvariableofnpc(.pull_rand_max, .@npc$); - .@pull_rand_max = (.@pull_rand_max ? .@pull_rand_max : 800); + .@pull_rand_max = (.@pull_rand_max ? .@pull_rand_max : 1100); .@fish_id = CommonCarp; // failsafe |