diff options
author | shadowlady <shadowlady@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-10 12:57:28 +0000 |
---|---|---|
committer | shadowlady <shadowlady@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-10 12:57:28 +0000 |
commit | 35c97d6b2618f42813944fd0c8770c9f85d67a6c (patch) | |
tree | c21204c9c4b010429ea2af64ef5d5fe03815971f /npc/quests/quests_yuno.txt | |
parent | 20accfedcccb744d830fcc1c93341eecac55e3a2 (diff) | |
download | hercules-35c97d6b2618f42813944fd0c8770c9f85d67a6c.tar.gz hercules-35c97d6b2618f42813944fd0c8770c9f85d67a6c.tar.bz2 hercules-35c97d6b2618f42813944fd0c8770c9f85d67a6c.tar.xz hercules-35c97d6b2618f42813944fd0c8770c9f85d67a6c.zip |
Fixed a bug, thanks to Filogarou
modified quests_yuno.txt
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@99 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_yuno.txt')
-rw-r--r-- | npc/quests/quests_yuno.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/quests/quests_yuno.txt b/npc/quests/quests_yuno.txt index 433383d7e..3ff9e28c3 100644 --- a/npc/quests/quests_yuno.txt +++ b/npc/quests/quests_yuno.txt @@ -20,10 +20,10 @@ yuno_in01.gat,103,158,4 script Bain 98,
{
set @name$, "[Bain]";
- if (sleiphnir_q == 1) goto L_Check;
OnStart:
mes @name$;
+ if (sleiphnir_q == 1) goto L_Check;
mes "We are going to invent a doll that can talk and communicate! Well, at least that's what I'm trying to do....";
mes "The idea came from an old tale about a doll that acted like a real person.";
next;
|