diff options
Diffstat (limited to 'npc/005-1')
-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 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."); +} |