diff options
author | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-09-22 20:28:15 +0000 |
---|---|---|
committer | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-09-22 20:28:15 +0000 |
commit | 58d195fc32989719a8d3a1c14ad9895c655a8b2b (patch) | |
tree | c07ac282b24e30492ade47d98ee9fb52d42167c0 /npc/jobs/2-2/sage.txt | |
parent | 7877c436abaa40a2569995936325ac9bb958f234 (diff) | |
download | hercules-58d195fc32989719a8d3a1c14ad9895c655a8b2b.tar.gz hercules-58d195fc32989719a8d3a1c14ad9895c655a8b2b.tar.bz2 hercules-58d195fc32989719a8d3a1c14ad9895c655a8b2b.tar.xz hercules-58d195fc32989719a8d3a1c14ad9895c655a8b2b.zip |
* Fixed a little Exploit to bug the Dancer Job Quest. (bugreport:2252)
* Fixed a Little Bug with Whispers Summoned in the Sage Job Quest. (bugreport:2253)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13231 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/2-2/sage.txt')
-rw-r--r-- | npc/jobs/2-2/sage.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/jobs/2-2/sage.txt b/npc/jobs/2-2/sage.txt index 6011c2248..a93bd68d0 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.6 +//= 2.6a //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -24,6 +24,7 @@ // -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] +//= 2.6a Fixed a Little Bug with Whispers Summoned in the Last Test. (bugreport:2253) [Samuray22] //============================================================ yuno_in02,38,61,5 script Dean of the Academy#sa 743,{ @@ -2736,7 +2737,7 @@ OnTimer50000: OnTimer60000: mapannounce "job_sage","Time over.",bc_map; - disablenpc "Arena#Doorkeeper"; + donpcevent "Arena#Doorkeeper::OnReset"; end; OnTimer61000: |