|
@@ -5,7 +5,7 @@
|
|
|
//= Converted by kobra_k88
|
|
|
//= Further bugfixed and tested by Lupus
|
|
|
//===== Current Version: =====================================
|
|
|
-//= 3.1
|
|
|
+//= 3.2
|
|
|
//===== Compatible With: =====================================
|
|
|
//= eAthena SVN
|
|
|
//===== Description: =========================================
|
|
@@ -45,6 +45,8 @@
|
|
|
//= 3.0 Fixed a small typo, "jo" instead of "Job". [L0ne_W0lf]
|
|
|
//= 3.0a Corrected a Typo error ";;". [Samuray22]
|
|
|
//= 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.
|
|
@@ -1155,7 +1157,6 @@ OnTimer195000:
|
|
|
OnTimer197000:
|
|
|
donpcevent "Manager#hnt::OnReset";
|
|
|
donpcevent "Waiting Room#hnt::OnStart";
|
|
|
- stopnpctimer;
|
|
|
end;
|
|
|
}
|
|
|
|