summaryrefslogtreecommitdiff
path: root/npc/015-1_Woodland/barrier.txt
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-05-12 21:18:33 -0600
committerJared Adams <jaxad0127@gmail.com>2009-05-12 21:18:33 -0600
commit88bc9f0a74b8400245d4f1ac327a958388b72a7f (patch)
tree42514b344523d1b2a3a544749edb8685a6dfe5a9 /npc/015-1_Woodland/barrier.txt
parent3657623f95258bd104b21921590c9f741121fb51 (diff)
downloadserverdata-88bc9f0a74b8400245d4f1ac327a958388b72a7f.tar.gz
serverdata-88bc9f0a74b8400245d4f1ac327a958388b72a7f.tar.bz2
serverdata-88bc9f0a74b8400245d4f1ac327a958388b72a7f.tar.xz
serverdata-88bc9f0a74b8400245d4f1ac327a958388b72a7f.zip
Give all invisible trigger NPCs view id 0
The client completely ignores this view, which will prevent problems if you click on them by accident with older clients. I'll change eAthena to not even send view id (job) 0.
Diffstat (limited to 'npc/015-1_Woodland/barrier.txt')
-rw-r--r--npc/015-1_Woodland/barrier.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/015-1_Woodland/barrier.txt b/npc/015-1_Woodland/barrier.txt
index 5cf82848..0ba82ec9 100644
--- a/npc/015-1_Woodland/barrier.txt
+++ b/npc/015-1_Woodland/barrier.txt
@@ -1,7 +1,7 @@
// This barrier is for checking whether the player went outside after
// progressing with the cat quest.
-015-1.gat,59,32,0 script #CatOutsideBarrier 127,1,1,{
+015-1.gat,59,32,0 script #CatOutsideBarrier 0,1,1,{
set KatzeBeenOutside, 1;
// No close here, as this doesn't open any client windows
}