diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-10 08:45:19 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-10 08:45:19 +0000 |
commit | 1753d5ae8dce576b021b91822440a10ff740f404 (patch) | |
tree | 2879f9f98636cd2e4fae83ec3b6cdf687b1e5e8a /npc/cities | |
parent | 8e2460f8eb756ed7eb1ffba7244af7b1cb68b3fd (diff) | |
download | hercules-1753d5ae8dce576b021b91822440a10ff740f404.tar.gz hercules-1753d5ae8dce576b021b91822440a10ff740f404.tar.bz2 hercules-1753d5ae8dce576b021b91822440a10ff740f404.tar.xz hercules-1753d5ae8dce576b021b91822440a10ff740f404.zip |
NPC typo fixes, eol style definitons, newline at end of file
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10738 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/cities')
-rw-r--r-- | npc/cities/alberta.txt | 2 | ||||
-rw-r--r-- | npc/cities/amatsu.txt | 3 | ||||
-rw-r--r-- | npc/cities/rachel.txt | 4 |
3 files changed, 4 insertions, 5 deletions
diff --git a/npc/cities/alberta.txt b/npc/cities/alberta.txt index 61b7565b5..7e3c8827d 100644 --- a/npc/cities/alberta.txt +++ b/npc/cities/alberta.txt @@ -610,4 +610,4 @@ alberta,165,83,4 script Fastidious Old Man 755,{ mes "hurting worse and worse."; mes "*Sigh* I'm getting old..."; close; -}
\ No newline at end of file +} diff --git a/npc/cities/amatsu.txt b/npc/cities/amatsu.txt index 71f0d1109..d6444d3ed 100644 --- a/npc/cities/amatsu.txt +++ b/npc/cities/amatsu.txt @@ -924,5 +924,4 @@ s_No: mes "at you. Kehehehehe..."; mes "KEHEHEHEHEHEHE!"; close; - -}
\ No newline at end of file +} diff --git a/npc/cities/rachel.txt b/npc/cities/rachel.txt index fd051f41a..a1e8fbbf2 100644 --- a/npc/cities/rachel.txt +++ b/npc/cities/rachel.txt @@ -355,13 +355,13 @@ ra_temple,115,148,7 script Follower Yakum 917,{ } ra_temin,287,88,7 script Follower Lekua 927,{ - mes "[Follower Lekua["; + mes "[Follower Lekua]"; mes "Look at these flowers."; mes "Aren't they so beautiful?"; mes "I've spent a lot of time"; mes "cultivating this flower garden."; next; - mes "[Follower Lekua["; + mes "[Follower Lekua]"; mes "I think it's Freya's"; mes "will for us to"; mes "bring as much beauty into"; |