summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2015-09-17 22:23:36 +0200
committerReid <reidyaro@gmail.com>2015-09-17 22:23:36 +0200
commit7b9e3b5d69a6ca10e7d1bcdefa83badce8cbb666 (patch)
tree82ad2a3a246fafe48c002f17fe32fcd3b0f8bbcc /npc
parent2725b7dc9e1f4f5ce8c500c7272bfe5adcda9905 (diff)
downloadserverdata-7b9e3b5d69a6ca10e7d1bcdefa83badce8cbb666.tar.gz
serverdata-7b9e3b5d69a6ca10e7d1bcdefa83badce8cbb666.tar.bz2
serverdata-7b9e3b5d69a6ca10e7d1bcdefa83badce8cbb666.tar.xz
serverdata-7b9e3b5d69a6ca10e7d1bcdefa83badce8cbb666.zip
Change npc distance on water animation script.
Diffstat (limited to 'npc')
-rw-r--r--npc/001-1/wateranimation.txt2
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;
}