diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-24 23:17:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-24 23:17:29 -0300 |
commit | 4e51c716a63fb1bfd642bb8fd153c57b7a59f5a6 (patch) | |
tree | 66dd6a1374cabed598cf10ea15ba4ab4230fdb89 | |
parent | 0b6af14c5d274926abeb82d93c3dbaf22650f32d (diff) | |
download | serverdata-4e51c716a63fb1bfd642bb8fd153c57b7a59f5a6.tar.gz serverdata-4e51c716a63fb1bfd642bb8fd153c57b7a59f5a6.tar.bz2 serverdata-4e51c716a63fb1bfd642bb8fd153c57b7a59f5a6.tar.xz serverdata-4e51c716a63fb1bfd642bb8fd153c57b7a59f5a6.zip |
Fix another code typo
-rw-r--r-- | npc/003-1/wateranimation.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-1/wateranimation.txt b/npc/003-1/wateranimation.txt index c1cecbe09..b3b58e8f5 100644 --- a/npc/003-1/wateranimation.txt +++ b/npc/003-1/wateranimation.txt @@ -42,7 +42,7 @@ OnInit: OnInit: .sex = G_OTHER; .distance = 4; - .rod=SmallFishingNet; + .fishing_rod=SmallFishingNet; .net_ratio=3; .catch_time=8000; // You have 3 more seconds to pull here .wait_time_min=8000; |