diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-24 23:17:52 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-24 23:17:52 -0300 |
commit | dcc7ca895c41f98c56fd6c7b52fa091b7b5b159c (patch) | |
tree | cf510122e5b04d1aca666233a6575948837ef6e6 /npc/003-1/wateranimation.txt | |
parent | ec7c9402cc3f30dae3d601b4823296d6d8fd136f (diff) | |
download | serverdata-dcc7ca895c41f98c56fd6c7b52fa091b7b5b159c.tar.gz serverdata-dcc7ca895c41f98c56fd6c7b52fa091b7b5b159c.tar.bz2 serverdata-dcc7ca895c41f98c56fd6c7b52fa091b7b5b159c.tar.xz serverdata-dcc7ca895c41f98c56fd6c7b52fa091b7b5b159c.zip |
Fix another code typo
Diffstat (limited to 'npc/003-1/wateranimation.txt')
-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; |