diff options
author | Reid <reidyaro@gmail.com> | 2015-09-17 22:23:36 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-09-17 22:23:36 +0200 |
commit | 7b9e3b5d69a6ca10e7d1bcdefa83badce8cbb666 (patch) | |
tree | 82ad2a3a246fafe48c002f17fe32fcd3b0f8bbcc | |
parent | 2725b7dc9e1f4f5ce8c500c7272bfe5adcda9905 (diff) | |
download | serverdata-7b9e3b5d69a6ca10e7d1bcdefa83badce8cbb666.tar.gz serverdata-7b9e3b5d69a6ca10e7d1bcdefa83badce8cbb666.tar.bz2 serverdata-7b9e3b5d69a6ca10e7d1bcdefa83badce8cbb666.tar.xz serverdata-7b9e3b5d69a6ca10e7d1bcdefa83badce8cbb666.zip |
Change npc distance on water animation script.
-rw-r--r-- | npc/001-1/wateranimation.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-1/wateranimation.txt b/npc/001-1/wateranimation.txt index 2fdb8e29..c01e3b67 100644 --- a/npc/001-1/wateranimation.txt +++ b/npc/001-1/wateranimation.txt @@ -13,7 +13,7 @@ OnInit: setnpcsex G_OTHER; - setnpcdistance 2; + setnpcdistance 5; end; } |