diff options
Diffstat (limited to 'world/map/npc/025-1/barrier.txt')
-rw-r--r-- | world/map/npc/025-1/barrier.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/025-1/barrier.txt b/world/map/npc/025-1/barrier.txt index 8259c2ff..0b434ee4 100644 --- a/world/map/npc/025-1/barrier.txt +++ b/world/map/npc/025-1/barrier.txt @@ -1,6 +1,6 @@ // Authors: alastrim, Ali-g, Dark Mage -025-1.gat,42,79,0|script|#JuliaBarrier|45,1,1 +025-1,42,79,0|script|#JuliaBarrier|45,1,1 { if (Rossy_Quest > 14 || FLAGS & FLAG_ROSSI_COMPLETED) goto L_Warp; if (Rossy_Quest <= 13) goto L_Block; @@ -8,7 +8,7 @@ goto L_Warp; L_Warp: - warp "025-3.gat", 112, 97; + warp "025-3", 112, 97; end; L_Block: |