Fixes a bug in the hunter job quest. (bugreport:1099)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12280 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
84ffdd36bf
commit
45c7aa6144
@ -1,5 +1,7 @@
|
|||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
|
2008/03/02
|
||||||
|
* Rev 12280 Fixes a bug in the hunter job quest. (bugreport:1099) [L0ne_W0lf]
|
||||||
2008/03/01
|
2008/03/01
|
||||||
* Rev 12275 Resolves bugreport:1025, bugreport:1062, [L0ne_W0lf]
|
* Rev 12275 Resolves bugreport:1025, bugreport:1062, [L0ne_W0lf]
|
||||||
bugreport:1077 and bugreport:1078. :P
|
bugreport:1077 and bugreport:1078. :P
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
//= Converted by kobra_k88
|
//= Converted by kobra_k88
|
||||||
//= Further bugfixed and tested by Lupus
|
//= Further bugfixed and tested by Lupus
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 3.1
|
//= 3.2
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= eAthena SVN
|
//= eAthena SVN
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
@ -45,6 +45,8 @@
|
|||||||
//= 3.0 Fixed a small typo, "jo" instead of "Job". [L0ne_W0lf]
|
//= 3.0 Fixed a small typo, "jo" instead of "Job". [L0ne_W0lf]
|
||||||
//= 3.0a Corrected a Typo error ";;". [Samuray22]
|
//= 3.0a Corrected a Typo error ";;". [Samuray22]
|
||||||
//= 3.1 Now uses enable and disable waitingroomevent. [L0ne_W0lf]
|
//= 3.1 Now uses enable and disable waitingroomevent. [L0ne_W0lf]
|
||||||
|
//= 3.2 Fixes a bug where the timer was stopped causing the [L0ne_W0lf]
|
||||||
|
//= test to freeze. (bugreport:1099)
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
// Notices in the old Hunter Guild.
|
// Notices in the old Hunter Guild.
|
||||||
@ -1155,7 +1157,6 @@ OnTimer195000:
|
|||||||
OnTimer197000:
|
OnTimer197000:
|
||||||
donpcevent "Manager#hnt::OnReset";
|
donpcevent "Manager#hnt::OnReset";
|
||||||
donpcevent "Waiting Room#hnt::OnStart";
|
donpcevent "Waiting Room#hnt::OnStart";
|
||||||
stopnpctimer;
|
|
||||||
end;
|
end;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user