diff options
author | tux9th <mr.x@aon.at> | 2013-05-31 19:41:04 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2013-06-03 16:19:44 +0200 |
commit | 875935f65e21b91c78022a730fb1c6fa4e3adfbd (patch) | |
tree | 4d224326d4e06b38bb35c2b70aef2219d416938b /world/map/npc/031-3 | |
parent | f3f1ecd85783c4200e9169488d1b784f9b5e986b (diff) | |
download | serverdata-875935f65e21b91c78022a730fb1c6fa4e3adfbd.tar.gz serverdata-875935f65e21b91c78022a730fb1c6fa4e3adfbd.tar.bz2 serverdata-875935f65e21b91c78022a730fb1c6fa4e3adfbd.tar.xz serverdata-875935f65e21b91c78022a730fb1c6fa4e3adfbd.zip |
Fixed the NPC warps to have the same range as normal warps instead of the 3 by 3 square.
Diffstat (limited to 'world/map/npc/031-3')
-rw-r--r-- | world/map/npc/031-3/labyrinth.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/031-3/labyrinth.txt b/world/map/npc/031-3/labyrinth.txt index ed06cf60..cf3bd520 100644 --- a/world/map/npc/031-3/labyrinth.txt +++ b/world/map/npc/031-3/labyrinth.txt @@ -1,7 +1,7 @@ // Conditional warp for yeti cave // Authors: Jenalya -031-3.gat,46,24,0|script|#YetiBarrier|45,1,1,{ +031-3.gat,46,24,0|script|#YetiBarrier|45,0,0,{ if ($@FIGHT_YETI_STATUS == 1) goto L_Blocked; warp "031-4.gat", 40, 69; end; |