summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-11-04 17:32:35 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-11-04 17:32:35 +0000
commit3295207aa2f7315356f10a4e4f17f2dd93f2e604 (patch)
treef6f1ccd0c4a7d316ba97565ae23c18fd7c528f67 /npc
parent1e23c48f2ff3432e2e1237971eb8c9de8135f1f2 (diff)
downloadhercules-3295207aa2f7315356f10a4e4f17f2dd93f2e604.tar.gz
hercules-3295207aa2f7315356f10a4e4f17f2dd93f2e604.tar.bz2
hercules-3295207aa2f7315356f10a4e4f17f2dd93f2e604.tar.xz
hercules-3295207aa2f7315356f10a4e4f17f2dd93f2e604.zip
Fixed a bug in sage job quest.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11653 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r--npc/Changelog.txt2
-rw-r--r--npc/jobs/2-2/sage.txt3
2 files changed, 4 insertions, 1 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index 01c0d9121..29da4d9ef 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -1,5 +1,7 @@
Date Added
======
+2007/11/04
+ * Rev. 11653 Fixed a bug in sage job quest. [L0ne_W0lf]
2007/11/03
* Rev. 11649 Corrected an typo in the guild flag function. [L0ne_W0lf]
2007/11/02
diff --git a/npc/jobs/2-2/sage.txt b/npc/jobs/2-2/sage.txt
index b2dcd0f95..e22eab91f 100644
--- a/npc/jobs/2-2/sage.txt
+++ b/npc/jobs/2-2/sage.txt
@@ -17,6 +17,7 @@
//= 2.2 Small bug fix (== -> !=) thanks to Saithis. [L0ne_W0lf]
//= 2.2b ANotehr smaLL bugfix, pointed out by Cara. [L0ne_W0lf]
//= 2.3 Corrected NPC names to fall within proper restrictions. [L0ne_W0lf]
+//= 2.4 Fixes bug with first room monsters not being reset. [L0ne_W0lf]
//============================================================
yuno_in02,38,61,5 script Dean of the Academy#sa 743,{
@@ -2565,7 +2566,7 @@ OnTimer173000:
OnTimer183000:
mapannounce "job_sage","Time over.",bc_map;
- disablenpc "Arena#1";
+ donpcevent "Arena#1::OnReset";
end;
OnTimer184000: