diff options
author | Paradox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-02 00:11:02 +0000 |
---|---|---|
committer | Paradox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-02 00:11:02 +0000 |
commit | edb76b67ea5832d1d8f8a48d2209382200edc5a8 (patch) | |
tree | dc1ae735982f96d7ad3b5d4662e1e8040c51bc0e /npc/quests | |
parent | 24e8415d8b502e5ee7877a2a8021e55edd148071 (diff) | |
download | hercules-edb76b67ea5832d1d8f8a48d2209382200edc5a8.tar.gz hercules-edb76b67ea5832d1d8f8a48d2209382200edc5a8.tar.bz2 hercules-edb76b67ea5832d1d8f8a48d2209382200edc5a8.tar.xz hercules-edb76b67ea5832d1d8f8a48d2209382200edc5a8.zip |
Fixed Bugs/Typos in quests_louyang.txt
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12456 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests')
-rw-r--r-- | npc/quests/quests_louyang.txt | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/npc/quests/quests_louyang.txt b/npc/quests/quests_louyang.txt index a2f6887cc..727de43c7 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.8 +//= 1.9 //===== Compatible With: ===================================== //= eAthena 1.0 //===== Description: ========================================= @@ -28,7 +28,8 @@ //= quest progress from the old scripts. //= 1.7 Added missing checkweights. And corrected [L0ne_W0lf] //= a typo in Poison King quest. -//= 1.8 Bug fixes. (bugreport:1025 bugreport:1062) [L0ne_Wplf] +//= 1.8 Bug fixes. (bugreport:1025 bugreport:1062) [L0ne_W0lf] +//= 1.9 Bug fixes/Typos. [Paradox924X] //============================================================ // Soup Quest @@ -374,7 +375,7 @@ OnTouch: mes "^3131FFYou have failed^000000"; mes "^3131FFto steal the pot.^000000"; set ch_tre,1; - warp "lou_yang",280,161; + warp "louyang",280,161; close; } } @@ -389,7 +390,7 @@ OnTouch: mes "^3131FFYou have failed^000000"; mes "^3131FFto steal the pot.^000000"; set ch_tre,1; - warp "lou_yang",280,161; + warp "louyang",280,161; close; } } @@ -404,7 +405,7 @@ OnTouch: mes "^3131FFYou have failed^000000"; mes "^3131FFto steal the pot.^000000"; set ch_tre,1; - warp "lou_yang",280,161; + warp "louyang",280,161; close; } } @@ -423,7 +424,7 @@ OnTouch: mes "^3131FFYou have failed^000000"; mes "^3131FFto steal the pot.^000000"; set ch_tre,1; - warp "lou_yang",280,161; + warp "louyang",280,161; close; } } |