summaryrefslogtreecommitdiff
path: root/npc/005-1
diff options
context:
space:
mode:
authorjesusalva <cpntb1@ymail.com>2018-03-01 11:37:13 -0300
committerjesusalva <cpntb1@ymail.com>2018-03-01 11:37:13 -0300
commitf11a966ea78d91b6c56983720891b2d81bcf1047 (patch)
tree9a022fe787aab0c12226f0e627c63d2ee482521a /npc/005-1
parentd6fd5edf2d7e545206d9f03f38a0a42ca6d51476 (diff)
downloadserverdata-f11a966ea78d91b6c56983720891b2d81bcf1047.tar.gz
serverdata-f11a966ea78d91b6c56983720891b2d81bcf1047.tar.bz2
serverdata-f11a966ea78d91b6c56983720891b2d81bcf1047.tar.xz
serverdata-f11a966ea78d91b6c56983720891b2d81bcf1047.zip
fix typo
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 6fb86ffe5..c79830276 100644
--- a/npc/005-1/warpcandorbattle.txt
+++ b/npc/005-1/warpcandorbattle.txt
@@ -7,5 +7,5 @@ OnTouch:
if(BaseLevel >= 40)
warp "005-1", 59, 66;
else
- npctalk l("You don't have the level require for pass this door,");
-} \ No newline at end of file
+ npctalk l("You don't have the required level to pass this door.");
+}