diff options
author | Frost <networktoy@cox.net> | 2011-09-04 10:33:02 -0700 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-09-04 20:17:53 +0200 |
commit | 60758bac20b02f7313f5f9506e3b59743894030f (patch) | |
tree | 7e2c5bc0928cae244bc6ba5f1da27e2f9ba6af4e /world/map/npc/031-3 | |
parent | bdb23d8abee81d35efc839e4979cff978424a61f (diff) | |
download | serverdata-60758bac20b02f7313f5f9506e3b59743894030f.tar.gz serverdata-60758bac20b02f7313f5f9506e3b59743894030f.tar.bz2 serverdata-60758bac20b02f7313f5f9506e3b59743894030f.tar.xz serverdata-60758bac20b02f7313f5f9506e3b59743894030f.zip |
Removed tabs from cindyHouse.txt and labyrinth.txt NPCs
Diffstat (limited to 'world/map/npc/031-3')
-rw-r--r-- | world/map/npc/031-3/labyrinth.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/031-3/labyrinth.txt b/world/map/npc/031-3/labyrinth.txt index feef9c1d..b1b5543a 100644 --- a/world/map/npc/031-3/labyrinth.txt +++ b/world/map/npc/031-3/labyrinth.txt @@ -8,10 +8,10 @@ //# //################################################################################# -031-3.gat,46,24,0 script #YetiBarrier 127,1,1,{ +031-3.gat,46,24,0|script|#YetiBarrier|127,1,1,{ if ($@FIGHT_YETI_STATUS == 1) goto L_Blocked; warp "031-4.gat", 40, 69; - end; + end; L_Blocked: message strcharinfo(0), "A force field seems to be blocking you from entering."; end; |