diff options
author | jesusalva <cpntb1@ymail.com> | 2018-03-01 11:37:13 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-03-01 11:37:13 -0300 |
commit | f11a966ea78d91b6c56983720891b2d81bcf1047 (patch) | |
tree | 9a022fe787aab0c12226f0e627c63d2ee482521a | |
parent | d6fd5edf2d7e545206d9f03f38a0a42ca6d51476 (diff) | |
download | serverdata-f11a966ea78d91b6c56983720891b2d81bcf1047.tar.gz serverdata-f11a966ea78d91b6c56983720891b2d81bcf1047.tar.bz2 serverdata-f11a966ea78d91b6c56983720891b2d81bcf1047.tar.xz serverdata-f11a966ea78d91b6c56983720891b2d81bcf1047.zip |
fix typo
-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."); +} |