From 06fca23831075906240de848975fc4d86068f492 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 30 Jun 2018 23:02:14 -0300 Subject: Wrong function --- npc/005-1/warpcandorbattle.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/005-1') 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; } -- cgit v1.2.3-60-g2f50