summaryrefslogtreecommitdiff
path: root/npc/jobs/2-2/sage.txt
diff options
context:
space:
mode:
authorshadow <shadow@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-07-10 20:02:25 +0000
committershadow <shadow@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-07-10 20:02:25 +0000
commitb630495bb7a1085f968efc924a65e9e05999fd04 (patch)
tree5d5ed8d918bab8e9f76ea5d8e346aaf045973c87 /npc/jobs/2-2/sage.txt
parent9d65c6ffa206f24e69e57af0eb829d1180033a2b (diff)
downloadhercules-b630495bb7a1085f968efc924a65e9e05999fd04.tar.gz
hercules-b630495bb7a1085f968efc924a65e9e05999fd04.tar.bz2
hercules-b630495bb7a1085f968efc924a65e9e05999fd04.tar.xz
hercules-b630495bb7a1085f968efc924a65e9e05999fd04.zip
Fixed a sage job quest cutin not being removed as reported by jc1991, bugreport:1825
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12935 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/2-2/sage.txt')
-rw-r--r--npc/jobs/2-2/sage.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/npc/jobs/2-2/sage.txt b/npc/jobs/2-2/sage.txt
index 70e7d23d4..785796ba0 100644
--- a/npc/jobs/2-2/sage.txt
+++ b/npc/jobs/2-2/sage.txt
@@ -5,7 +5,7 @@
//= Unknown Translator (1.0)
//= Darkchild (1.2)
//===== Current Version: =====================================
-//= 2.5a
+//= 2.6
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
@@ -23,6 +23,7 @@
//= 2.5a Corrected some "mes"s without the getitemname. (bugreport:1564) [Samuray22]
// -Changed an incorrect "!=" to "==". (bugreport:1572)
// -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,{
@@ -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 "And if you do, he shall repay you in kind...";
}
- close;
+ close2;
+ cutin "job_sage_kayron",255;
+ end;
}
if (SAGE_Q == 0) {
cutin "job_sage_kayron",2;