diff options
Diffstat (limited to 'npc/029-1_Candor')
-rw-r--r-- | npc/029-1_Candor/barrier.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/029-1_Candor/barrier.txt b/npc/029-1_Candor/barrier.txt index a5970bec..a92993ff 100644 --- a/npc/029-1_Candor/barrier.txt +++ b/npc/029-1_Candor/barrier.txt @@ -1,5 +1,5 @@ 029-1.gat,53,36,0 script #CandorBarrier 127,1,1,{
- if ($@FIGHT_CAVE_STATUS != 0) goto L_Block;
+ if ($@FIGHT_CAVE_STATUS == 1) goto L_Block;
warp "029-3.gat", 46, 23;
end;
|