diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-18 16:11:46 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-18 16:11:46 +0000 |
commit | bbc200f6bf606a94879a97e8bd9926ce26d11540 (patch) | |
tree | e1f1e6b89bec51f5e2b269fcbcba872b39ffd729 /npc | |
parent | db1009ffad9090e5e9f067136acaaa69875b561c (diff) | |
download | hercules-bbc200f6bf606a94879a97e8bd9926ce26d11540.tar.gz hercules-bbc200f6bf606a94879a97e8bd9926ce26d11540.tar.bz2 hercules-bbc200f6bf606a94879a97e8bd9926ce26d11540.tar.xz hercules-bbc200f6bf606a94879a97e8bd9926ce26d11540.zip |
msg typo
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9878 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/guild/nguild/nguild_warper.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/guild/nguild/nguild_warper.txt b/npc/guild/nguild/nguild_warper.txt index 56cc22155..cc7b8d5ea 100644 --- a/npc/guild/nguild/nguild_warper.txt +++ b/npc/guild/nguild/nguild_warper.txt @@ -34,7 +34,7 @@ prontera.gat,146,163,6 script Novice Castles 729,{ if(getcharid(2)!=0){ if(getgdskilllv(getcharid(2),10013)){ mes "I see... your guild has Emergency Call mastered."; - mes "You can't enter the Novice Caste area."; + mes "You cannot enter the Novice Castle area."; emotion e_hmm; emotion e_wah,1; close; @@ -57,7 +57,7 @@ prontera.gat,146,163,6 script Novice Castles 729,{ getgdskilllv(getcharid(2),10014) > 9 ){ mes "I see... your guild has Emergency Call mastered."; - mes "You can't enter the Novice Caste area."; + mes "You cannot enter the Novice Castle area."; emotion e_hmm; emotion e_wah,1; close; |