diff options
author | Alige <gauvain.dauchy@free.fr> | 2016-07-09 14:45:57 +0200 |
---|---|---|
committer | Alige <gauvain.dauchy@free.fr> | 2016-07-09 14:45:57 +0200 |
commit | 37f71bf9c571be5c1284e7129ce250dd958bdb2f (patch) | |
tree | fb4b07d9124831fd5dca27220a42298bdff666fe /npc | |
parent | 2679b2c3be25a87bc890c943a6ea206cc7860113 (diff) | |
download | serverdata-37f71bf9c571be5c1284e7129ce250dd958bdb2f.tar.gz serverdata-37f71bf9c571be5c1284e7129ce250dd958bdb2f.tar.bz2 serverdata-37f71bf9c571be5c1284e7129ce250dd958bdb2f.tar.xz serverdata-37f71bf9c571be5c1284e7129ce250dd958bdb2f.zip |
Removed two copied sentences in julia's script.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/001-2-21/julia.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/npc/001-2-21/julia.txt b/npc/001-2-21/julia.txt index d5cddf01..26ffef23 100644 --- a/npc/001-2-21/julia.txt +++ b/npc/001-2-21/julia.txt @@ -108,8 +108,6 @@ L_Rules: next; mesq l("Do you have any other questions for me?"); next; - mesq l("Do you have any other questions for me?"); - next; goto L_YNMenu; @@ -124,8 +122,6 @@ L_BasicSkill: next; mesq l("Do you have any other questions for me?"); next; - mesq l("Do you have any other questions for me?"); - next; goto L_YNMenu; |