diff options
author | Dweems <dweems000@gmail.com> | 2012-07-11 16:16:31 -0500 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2012-07-20 09:52:34 +0200 |
commit | b59539a657b9e8819e72ef399d317284182308f8 (patch) | |
tree | a039c64ad177019cf03dc22eb1b20e27391f2546 /world/map/npc/042-2 | |
parent | 17e48038b417cf183e907fcdd0227a10b5b23b74 (diff) | |
download | serverdata-b59539a657b9e8819e72ef399d317284182308f8.tar.gz serverdata-b59539a657b9e8819e72ef399d317284182308f8.tar.bz2 serverdata-b59539a657b9e8819e72ef399d317284182308f8.tar.xz serverdata-b59539a657b9e8819e72ef399d317284182308f8.zip |
Fixed the NPC locations and barriers for 041-1 and 042-1
-Fixed all the NPC locations to match the new coordinates
-Fixed the barriers to warp you to the correct locations
-Fixed the warps on 041-1 aswell
Diffstat (limited to 'world/map/npc/042-2')
-rw-r--r-- | world/map/npc/042-2/sorfina.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/042-2/sorfina.txt b/world/map/npc/042-2/sorfina.txt index 660c89fe..20080b87 100644 --- a/world/map/npc/042-2/sorfina.txt +++ b/world/map/npc/042-2/sorfina.txt @@ -306,7 +306,7 @@ OnTouch: if ((sorfina < 4) && !(FLAGS & FLAG_TUTORIAL_DONE)) goto L_Block; - warp "042-1.gat", 37, 57; + warp "042-1.gat", 63, 77; end; L_Block: |