Fixed a sage job quest cutin not being removed as reported by jc1991, bugreport:1825

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12935 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
shadow 2008-07-10 20:02:25 +00:00
parent 449d1121b6
commit 794c9dc827
2 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,7 @@
Date Added Date Added
====== ======
2008/07/10 2008/07/10
* Fixed a sage job quest cutin not being removed as reported by jc1991, bugreport:1825 [Brainstorm]
* Fixed a small bug on mid_camp warps by brianlew, bugreport:1824 [Brainstorm] * Fixed a small bug on mid_camp warps by brianlew, bugreport:1824 [Brainstorm]
2008/07/09 2008/07/09

View File

@ -5,7 +5,7 @@
//= Unknown Translator (1.0) //= Unknown Translator (1.0)
//= Darkchild (1.2) //= Darkchild (1.2)
//===== Current Version: ===================================== //===== Current Version: =====================================
//= 2.5a //= 2.6
//===== Compatible With: ===================================== //===== Compatible With: =====================================
//= eAthena SVN //= eAthena SVN
//===== Description: ========================================= //===== Description: =========================================
@ -23,6 +23,7 @@
//= 2.5a Corrected some "mes"s without the getitemname. (bugreport:1564) [Samuray22] //= 2.5a Corrected some "mes"s without the getitemname. (bugreport:1564) [Samuray22]
// -Changed an incorrect "!=" to "==". (bugreport:1572) // -Changed an incorrect "!=" to "==". (bugreport:1572)
// -And Small Typo Error // -And Small Typo Error
//= 2.6 Fixed Kayron Grik cutin not being removed as reported by jc1991, bugreport:1825 [Brainstorm]
//============================================================ //============================================================
yuno_in02,38,61,5 script Dean of the Academy#sa 743,{ yuno_in02,38,61,5 script Dean of the Academy#sa 743,{
@ -64,7 +65,9 @@ yuno_in02,38,61,5 script Dean of the Academy#sa 743,{
mes "However, if you happen to meet a Sage down the road, I hope you will lend him your assistance."; mes "However, if you happen to meet a Sage down the road, I hope you will lend him your assistance.";
mes "And if you do, he shall repay you in kind..."; mes "And if you do, he shall repay you in kind...";
} }
close; close2;
cutin "job_sage_kayron",255;
end;
} }
if (SAGE_Q == 0) { if (SAGE_Q == 0) {
cutin "job_sage_kayron",2; cutin "job_sage_kayron",2;