* Fixed a small bug in Dandelion's Request.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10797 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
SinSloth 2007-06-21 08:49:30 +00:00
parent 00602b5ed6
commit 84a02f0d8a
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,7 @@
Date Added Date Added
====== ======
2007/06/21
* Fixed a small bug in Dandelion's Request. [SinSloth]
2007/06/20 2007/06/20
* Reverted wrong fix in Ninja Job quest. [SinSloth] * Reverted wrong fix in Ninja Job quest. [SinSloth]
* Updated "Ph.D Quest" Dialogs. [Samuray22] * Updated "Ph.D Quest" Dialogs. [Samuray22]

View File

@ -3,7 +3,7 @@
//===== By: ================================================== //===== By: ==================================================
//= kobra_k88 //= kobra_k88
//===== Current Version: ===================================== //===== Current Version: =====================================
//= 1.3a //= 1.4
//===== Compatible With: ===================================== //===== Compatible With: =====================================
//= eAthena 7.15 + //= eAthena 7.15 +
//===== Description: ========================================= //===== Description: =========================================
@ -13,6 +13,7 @@
//= 1.2 Added Dandelion's Request / Morroc Invasion quest. [SinSloth] //= 1.2 Added Dandelion's Request / Morroc Invasion quest. [SinSloth]
//= 1.3 Updated dialogs from Binoculars Quest. [Samuray22] //= 1.3 Updated dialogs from Binoculars Quest. [Samuray22]
//= 1.3a added GM lvl check as in other invansion quests [Lupus] //= 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 "For the s-sacrifice!";
mes "^333333*Cough Cough!*^000000"; mes "^333333*Cough Cough!*^000000";
close2; close2;
if(!$mao_gate) if(!$mao_gate1)
{ {
warp "que_job02",14,182; warp "que_job02",14,182;
set $mao_gate1,1; set $mao_gate1,1;