diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-08-04 00:24:03 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-08-04 00:24:03 -0300 |
commit | 86cea497593cd26369d86d184e38c192909d181c (patch) | |
tree | 82a8a3231acfab27e1bd2b02251155e96e123e77 /npc | |
parent | 86676514e1ad23f9a5279a6cddec5f6c1d5ec358 (diff) | |
download | serverdata-86cea497593cd26369d86d184e38c192909d181c.tar.gz serverdata-86cea497593cd26369d86d184e38c192909d181c.tar.bz2 serverdata-86cea497593cd26369d86d184e38c192909d181c.tar.xz serverdata-86cea497593cd26369d86d184e38c192909d181c.zip |
Rewrite query, and fish a water bottle >.<
Diffstat (limited to 'npc')
-rw-r--r-- | npc/012-1/wateranimation.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/012-1/wateranimation.txt b/npc/012-1/wateranimation.txt index 19b13bbc4..0943d5942 100644 --- a/npc/012-1/wateranimation.txt +++ b/npc/012-1/wateranimation.txt @@ -10,6 +10,9 @@ 012-1,119,54,0 script #Hurn_WAM0 NPC_WATER_SPLASH,{ fishing; // begin or continue fishing + setarray .@rare_fish, + GrassCarp, + BottleOfWoodlandWater; close; OnInit: |