diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-03 17:22:46 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-03 17:22:46 +0000 |
commit | cb7d58ee976b9cde5faa10557741573526c0969f (patch) | |
tree | 6812e174033b5d8b9c555e8318674b7e2500f953 /npc/cities/morocc.txt | |
parent | 6725e831cd233509dd95e272f87d8e31c8f4309d (diff) | |
download | hercules-cb7d58ee976b9cde5faa10557741573526c0969f.tar.gz hercules-cb7d58ee976b9cde5faa10557741573526c0969f.tar.bz2 hercules-cb7d58ee976b9cde5faa10557741573526c0969f.tar.xz hercules-cb7d58ee976b9cde5faa10557741573526c0969f.zip |
fixed broken dialogues
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12466 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/cities/morocc.txt')
-rw-r--r-- | npc/cities/morocc.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/cities/morocc.txt b/npc/cities/morocc.txt index de1832971..2bcfb789e 100644 --- a/npc/cities/morocc.txt +++ b/npc/cities/morocc.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= kobra_k88; L0ne_W0lf //===== Current Version: ===================================== -//= 2.0 +//= 2.0a //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -22,6 +22,7 @@ //= 1.8 Rescripted to Aegis 10.3 Standards. [L0ne_W0lf] //= 1.9 Removed duplicate NPC, changed temp char vars to temp npc. [L0ne_W0;f] //= 2.0 Fixed bad NPC header data to comply with rev. 11603. [L0ne_W0lf] +//= 2.0a Fixed outdated info about Milk [Lupus] //============================================================ // Morroc @@ -450,13 +451,13 @@ morocc,180,155,4 script Dimitri#moc 49,{ close; case 3: mes "[Dimitri]"; - mes "Sometimes 'Milk' comes out of 'PecoPeco's Egg.' Now..."; + mes "Sometimes 'Empty Bottle' comes out of 'PecoPeco's Egg.' Now..."; next; mes "[Dimitri]"; mes "I may not be a man of science, but how is that even possible?"; next; mes "[Dimitri]"; - mes "I mean, did the Milk come prepackaged with the egg, or did it get in there somehow?"; + mes "I mean, did the Empty Bottle come prepackaged with the egg, or did it get in there somehow?"; close; } } |