diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-18 12:46:34 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-18 12:46:34 -0200 |
commit | 5c4affefd601e6e869da7ae3f8f28eb9a24fb563 (patch) | |
tree | 15932001503e7779e57c81b954be9400ede622e8 /npc/001-1 | |
parent | 4eb9c2b59dfd77fd0b155dd25571ee5b1c9af658 (diff) | |
download | serverdata-5c4affefd601e6e869da7ae3f8f28eb9a24fb563.tar.gz serverdata-5c4affefd601e6e869da7ae3f8f28eb9a24fb563.tar.bz2 serverdata-5c4affefd601e6e869da7ae3f8f28eb9a24fb563.tar.xz serverdata-5c4affefd601e6e869da7ae3f8f28eb9a24fb563.zip |
Try a different implement
Diffstat (limited to 'npc/001-1')
-rw-r--r-- | npc/001-1/wateranimation.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/001-1/wateranimation.txt b/npc/001-1/wateranimation.txt index 6f65fb603..9673929a9 100644 --- a/npc/001-1/wateranimation.txt +++ b/npc/001-1/wateranimation.txt @@ -7,7 +7,8 @@ 001-1,254,70,0 script #water_animation_aeros0 NPC_WATER_SPLASH,{ - fishing(.common_fish, .rare_fish); // begin or continue fishing + fishing(3, CommonCarp, Roach, Tench, + GrassCarp); // begin or continue fishing close; OnInit: |