summaryrefslogtreecommitdiff
path: root/npc/002-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-12-23 01:47:20 -0200
committerJesusaves <cpntb1@ymail.com>2018-12-23 01:47:20 -0200
commit77b271da2c3b1da88582ff523231f70026e21dba (patch)
treea8a1ff91c2dc4277606b02c374a7ddebb09be932 /npc/002-1
parenteb52259de0e7831ac45adca9e30ceefc6821ab32 (diff)
downloadserverdata-77b271da2c3b1da88582ff523231f70026e21dba.tar.gz
serverdata-77b271da2c3b1da88582ff523231f70026e21dba.tar.bz2
serverdata-77b271da2c3b1da88582ff523231f70026e21dba.tar.xz
serverdata-77b271da2c3b1da88582ff523231f70026e21dba.zip
[skip ci] remove a now unecessary piece of code.
Diffstat (limited to 'npc/002-1')
-rw-r--r--npc/002-1/alige.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/npc/002-1/alige.txt b/npc/002-1/alige.txt
index a0d94442b..92460c51f 100644
--- a/npc/002-1/alige.txt
+++ b/npc/002-1/alige.txt
@@ -200,16 +200,4 @@ OnInit:
*/
end;
-
-
-OnTouch:
- if (getareausers() <= 1)
- setnpcdir "Alige", 2; // 6
- close;
-
-OnUnTouch:
- if (getareausers() == 0)
- setnpcdir "Alige", 4; // 8
- close;
-
}