summaryrefslogtreecommitdiff
path: root/npc/005-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-30 23:02:14 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-30 23:02:14 -0300
commit06fca23831075906240de848975fc4d86068f492 (patch)
tree4cdb94a2b2fb5ba3f7c8d84b169e2535c0566cef /npc/005-1
parent3ccac577466bc4da734d0f3d05301651da655804 (diff)
downloadserverdata-06fca23831075906240de848975fc4d86068f492.tar.gz
serverdata-06fca23831075906240de848975fc4d86068f492.tar.bz2
serverdata-06fca23831075906240de848975fc4d86068f492.tar.xz
serverdata-06fca23831075906240de848975fc4d86068f492.zip
Wrong function
Diffstat (limited to 'npc/005-1')
-rw-r--r--npc/005-1/warpcandorbattle.txt4
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;
}