diff options
Diffstat (limited to 'npc/005-1/warpcandorbattle.txt')
-rw-r--r-- | npc/005-1/warpcandorbattle.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/005-1/warpcandorbattle.txt b/npc/005-1/warpcandorbattle.txt index 964aff26c..be0e8d622 100644 --- a/npc/005-1/warpcandorbattle.txt +++ b/npc/005-1/warpcandorbattle.txt @@ -7,7 +7,7 @@ end; OnTouch: - if (BaseLevel >= 40 && !$@FIGHT_CAVE_LEVEL) + if (BaseLevel >= 40 && !$@FEFE_CAVE_LEVEL) warp "006-1", 49, 53; else if (BaseLevel >= 40) npctalk l("You don't have the required level to pass this barrier."); |