diff options
Diffstat (limited to 'npc/006-1/barrier.txt')
-rw-r--r-- | npc/006-1/barrier.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/006-1/barrier.txt b/npc/006-1/barrier.txt index 279211b1c..99598d9cc 100644 --- a/npc/006-1/barrier.txt +++ b/npc/006-1/barrier.txt @@ -4,7 +4,7 @@ // Jesusalva 006-1,49,54,0 script #FightCaveBarrier NPC_NO_SPRITE,0,0,{ - if ($@FIGHT_CAVE_LEVEL) goto L_Block; + if ($@FEFE_CAVE_LEVEL) goto L_Block; warp "005-1", 59, 53; end; |