diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-01 08:42:14 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-01 08:42:14 +0000 |
commit | 2af29ef8f95c66b765ea6a8550c2dc5f6aa09854 (patch) | |
tree | f4946bf02fa6b7f23ab3158d2b2e9c3250520436 /npc/cities/morocc.txt | |
parent | a76908de39c38dcb65afb6d1ab628bc414abd483 (diff) | |
download | hercules-2af29ef8f95c66b765ea6a8550c2dc5f6aa09854.tar.gz hercules-2af29ef8f95c66b765ea6a8550c2dc5f6aa09854.tar.bz2 hercules-2af29ef8f95c66b765ea6a8550c2dc5f6aa09854.tar.xz hercules-2af29ef8f95c66b765ea6a8550c2dc5f6aa09854.zip |
Fixed an NPC in Morroc who still said the Dragon Fly is North
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6427 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/cities/morocc.txt')
-rw-r--r-- | npc/cities/morocc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/cities/morocc.txt b/npc/cities/morocc.txt index f21641cdb..6d9c52ca3 100644 --- a/npc/cities/morocc.txt +++ b/npc/cities/morocc.txt @@ -286,7 +286,7 @@ morocc.gat,234,273,3 script Fly Man Armani 54,{ emotion e_ic;
next;
mes "[Fly Man Armani]";
- mes "I saw the rare ^ff0000Dragon Fly^000000 just North of here! It was incredible!!";
+ mes "I saw the rare ^ff0000Dragon Fly^000000 just South of here! It was incredible!!";
next;
menu "What... Dragon Fly?!",M_0,"So what?",M_1;
|