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 | |
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')
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/cities/morocc.txt | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 72873a1e3..92b021c37 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -27,6 +27,8 @@ Nexon Date Added
======
+05/01
+ * Fixed an NPC in Morroc who still said the Dragon Fly is North [Playtester]
04/30
* Made Geffen Tower 1 in eamobs a bit more crowded [Playtester]
* Added the correct spawns for Ancient Geffenia(gef_dun03) [Playtester]
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;
|