diff options
-rw-r--r-- | npc/005-1/warpcandorbattle.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/005-1/warpcandorbattle.txt b/npc/005-1/warpcandorbattle.txt index 197443974..b120da174 100644 --- a/npc/005-1/warpcandorbattle.txt +++ b/npc/005-1/warpcandorbattle.txt @@ -10,8 +10,8 @@ OnTouch: 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."); + npctalk3 l("You don't have the required level to pass this barrier."); else - npctalk l("You can't pass this barrier while people are fighting inside!"); + npctalk3 l("You can't pass this barrier while people are fighting inside!"); end; } |