diff options
author | SinSloth <SinSloth@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-21 08:49:30 +0000 |
---|---|---|
committer | SinSloth <SinSloth@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-21 08:49:30 +0000 |
commit | 01aa9a397e02dacd7dfbed9545c1eca04f4b0252 (patch) | |
tree | 1c7ed029e727af43230889f2cbac71460e8aa9ca /npc/quests/quests_morocc.txt | |
parent | 656c46144deb1ac183466b3a43c46f11416601cd (diff) | |
download | hercules-01aa9a397e02dacd7dfbed9545c1eca04f4b0252.tar.gz hercules-01aa9a397e02dacd7dfbed9545c1eca04f4b0252.tar.bz2 hercules-01aa9a397e02dacd7dfbed9545c1eca04f4b0252.tar.xz hercules-01aa9a397e02dacd7dfbed9545c1eca04f4b0252.zip |
* Fixed a small bug in Dandelion's Request.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10797 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_morocc.txt')
-rw-r--r-- | npc/quests/quests_morocc.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/quests/quests_morocc.txt b/npc/quests/quests_morocc.txt index b4ab31016..65e379266 100644 --- a/npc/quests/quests_morocc.txt +++ b/npc/quests/quests_morocc.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= kobra_k88 //===== Current Version: ===================================== -//= 1.3a +//= 1.4 //===== Compatible With: ===================================== //= eAthena 7.15 + //===== Description: ========================================= @@ -13,6 +13,7 @@ //= 1.2 Added Dandelion's Request / Morroc Invasion quest. [SinSloth] //= 1.3 Updated dialogs from Binoculars Quest. [Samuray22] //= 1.3a added GM lvl check as in other invansion quests [Lupus] +//= 1.4 Fixed a small bug in Dandelion's Request. [SinSloth] //============================================================ @@ -7902,7 +7903,7 @@ moc_castle,40,20,3 script Man 849,{ mes "For the s-sacrifice!"; mes "^333333*Cough Cough!*^000000"; close2; - if(!$mao_gate) + if(!$mao_gate1) { warp "que_job02",14,182; set $mao_gate1,1; |