Fixed a bug in sage job quest.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11653 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
L0ne_W0lf 2007-11-04 17:32:35 +00:00
parent d8a73e6f5f
commit 8c1aaf6aaf
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,7 @@
Date Added Date Added
====== ======
2007/11/04
* Rev. 11653 Fixed a bug in sage job quest. [L0ne_W0lf]
2007/11/03 2007/11/03
* Rev. 11649 Corrected an typo in the guild flag function. [L0ne_W0lf] * Rev. 11649 Corrected an typo in the guild flag function. [L0ne_W0lf]
2007/11/02 2007/11/02

View File

@ -17,6 +17,7 @@
//= 2.2 Small bug fix (== -> !=) thanks to Saithis. [L0ne_W0lf] //= 2.2 Small bug fix (== -> !=) thanks to Saithis. [L0ne_W0lf]
//= 2.2b ANotehr smaLL bugfix, pointed out by Cara. [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.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,{ yuno_in02,38,61,5 script Dean of the Academy#sa 743,{
@ -2565,7 +2566,7 @@ OnTimer173000:
OnTimer183000: OnTimer183000:
mapannounce "job_sage","Time over.",bc_map; mapannounce "job_sage","Time over.",bc_map;
disablenpc "Arena#1"; donpcevent "Arena#1::OnReset";
end; end;
OnTimer184000: OnTimer184000: