summaryrefslogtreecommitdiff
path: root/npc/029-3_Fight_Cave/barrier.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/029-3_Fight_Cave/barrier.txt')
-rw-r--r--npc/029-3_Fight_Cave/barrier.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/029-3_Fight_Cave/barrier.txt b/npc/029-3_Fight_Cave/barrier.txt
index 85655adb..ec8aeb3d 100644
--- a/npc/029-3_Fight_Cave/barrier.txt
+++ b/npc/029-3_Fight_Cave/barrier.txt
@@ -1,5 +1,5 @@
029-3.gat,45,20,0 script #FightCaveBarrier 127,1,1,{
- if ($@FIGHT_CAVE_STATUS != 0) goto L_Block;
+ if ($@FIGHT_CAVE_STATUS == 1) goto L_Block;
warp "029-1.gat", 54, 39;
end;