diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-15 20:32:55 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-15 20:32:55 +0000 |
commit | 788a65d41bce37aad857e5b5202d0293e84963a2 (patch) | |
tree | 2070539f8f2ed0a635ff39a18194c21a76595848 /npc/guides/guides_yun.txt | |
parent | a50476a588b2d7bc819cf0235a093dcddef9f2bf (diff) | |
download | hercules-788a65d41bce37aad857e5b5202d0293e84963a2.tar.gz hercules-788a65d41bce37aad857e5b5202d0293e84963a2.tar.bz2 hercules-788a65d41bce37aad857e5b5202d0293e84963a2.tar.xz hercules-788a65d41bce37aad857e5b5202d0293e84963a2.zip |
removed all .GAT from all the scripts and tested
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10018 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/guides/guides_yun.txt')
-rw-r--r-- | npc/guides/guides_yun.txt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/npc/guides/guides_yun.txt b/npc/guides/guides_yun.txt index d00e87b97..73091559c 100644 --- a/npc/guides/guides_yun.txt +++ b/npc/guides/guides_yun.txt @@ -21,7 +21,7 @@ //===================================================================================== -yuno.gat,153,47,4 script Juno Guide#yun1 700,{ +yuno,153,47,4 script Juno Guide#yun1 700,{ mes "[Ms. Yoon]"; mes "A place that takes the vision of"; mes "the future, and gives it form in"; @@ -33,7 +33,7 @@ yuno.gat,153,47,4 script Juno Guide#yun1 700,{ } //===================================================================== -yuno.gat,334,182,4 script Juno Soldier#yun1 105,{ +yuno,334,182,4 script Juno Soldier#yun1 105,{ mes "[Juno Soldier]"; mes "Welcome to Juno, the city of"; mes "noble-mindedness."; @@ -53,7 +53,7 @@ yuno.gat,334,182,4 script Juno Soldier#yun1 105,{ } //===================================================================== -yuno.gat,263,320,4 script Juno Soldier#yun2 105,{ +yuno,263,320,4 script Juno Soldier#yun2 105,{ mes "[Juno Soldier]"; mes "Welcome to Juno, the city of"; mes "noble-mindedness."; @@ -73,7 +73,7 @@ yuno.gat,263,320,4 script Juno Soldier#yun2 105,{ } //===================================================================== -yuno.gat,227,292,4 script Juno Soldier#yun3 105,{ +yuno,227,292,4 script Juno Soldier#yun3 105,{ mes "[Juno Soldier]"; mes "Welcome to Juno, the city of"; mes "noble-mindedness."; @@ -94,7 +94,7 @@ yuno.gat,227,292,4 script Juno Soldier#yun3 105,{ } //===================================================================== -yuno.gat,165,283,4 script Yuno Soldier#yun4 105,{ +yuno,165,283,4 script Yuno Soldier#yun4 105,{ mes "[Juno Soldier]"; mes "Welcome to Juno, the city of"; mes "noble-mindedness."; @@ -120,7 +120,7 @@ yuno.gat,165,283,4 script Yuno Soldier#yun4 105,{ } //===================================================================== -yuno.gat,150,283,4 script Yuno Soldier#yun5 105,{ +yuno,150,283,4 script Yuno Soldier#yun5 105,{ mes "[Juno Soldier]"; mes "Welcome to Juno, the city of"; mes "noble-mindedness."; @@ -148,7 +148,7 @@ yuno.gat,150,283,4 script Yuno Soldier#yun5 105,{ } //===================================================================== -yuno.gat,165,228,4 script Yuno Soldier#yun6 105,{ +yuno,165,228,4 script Yuno Soldier#yun6 105,{ mes "[Juno Soldier]"; mes "Welcome to Juno, the city of"; mes "noble-mindedness."; @@ -173,7 +173,7 @@ yuno.gat,165,228,4 script Yuno Soldier#yun6 105,{ } //===================================================================== -yuno.gat,150,228,4 script Yuno Soldier#yun7 105,{ +yuno,150,228,4 script Yuno Soldier#yun7 105,{ mes "[Juno Soldier]"; mes "Welcome to Juno, the city of"; mes "noble-mindedness."; @@ -287,4 +287,4 @@ sM_Menu: mes "A city of Knowledge!"; mes "Welcome to Juno."; close; -} +}
\ No newline at end of file |