diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-22 10:36:08 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-22 10:36:08 +0000 |
commit | 12a64513a5a7eee6d1cd1cd48c82313d7f157c46 (patch) | |
tree | c0eb17f8c8bcc0d2a91c07f2b7787d6deabfaef8 /npc | |
parent | 5cdb595dfb8fa69611b0234b9671deddab2b4716 (diff) | |
download | hercules-12a64513a5a7eee6d1cd1cd48c82313d7f157c46.tar.gz hercules-12a64513a5a7eee6d1cd1cd48c82313d7f157c46.tar.bz2 hercules-12a64513a5a7eee6d1cd1cd48c82313d7f157c46.tar.xz hercules-12a64513a5a7eee6d1cd1cd48c82313d7f157c46.zip |
fixed bug
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8845 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/quests/quests_louyang.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/quests/quests_louyang.txt b/npc/quests/quests_louyang.txt index 88662665c..4d73fad85 100644 --- a/npc/quests/quests_louyang.txt +++ b/npc/quests/quests_louyang.txt @@ -3,7 +3,7 @@ //===== By: ==================================================
//= Evera and The eAthena Dev Team
//===== Current Version: =====================================
-//= 1.0
+//= 1.0a
//===== Compatible With: =====================================
//= eAthena 1.0
//===== Description: =========================================
@@ -136,8 +136,8 @@ L_FAKE: mes "[Jiu Lian Bu]";
mes "Ohhhh man....";
mes "This is so not Dragon Soup Broth. Sorry, but would you go and try to get it again?";
- close;
set QL_GOTFAKESOUP,0;
+ close;
L_SOUP:
mes "[Jiu Lian Bu]";
|