summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-03-03 02:03:22 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-03-03 02:03:22 +0000
commitcc51010fae8b89f8b5d81d771ad7963f8aa7495a (patch)
tree40f619fff4461373ba0ee7500428c97242115119 /npc
parentebf0ba7ddf1ef2c10515a1607ce7d4316e001a61 (diff)
downloadhercules-cc51010fae8b89f8b5d81d771ad7963f8aa7495a.tar.gz
hercules-cc51010fae8b89f8b5d81d771ad7963f8aa7495a.tar.bz2
hercules-cc51010fae8b89f8b5d81d771ad7963f8aa7495a.tar.xz
hercules-cc51010fae8b89f8b5d81d771ad7963f8aa7495a.zip
Fixes a bug in the hunter job quest. (bugreport:1099)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12280 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r--npc/Changelog.txt2
-rw-r--r--npc/jobs/2-1/hunter.txt5
2 files changed, 5 insertions, 2 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index 219c9abfb..b281190e0 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -1,5 +1,7 @@
Date Added
======
+2008/03/02
+ * Rev 12280 Fixes a bug in the hunter job quest. (bugreport:1099) [L0ne_W0lf]
2008/03/01
* Rev 12275 Resolves bugreport:1025, bugreport:1062, [L0ne_W0lf]
bugreport:1077 and bugreport:1078. :P
diff --git a/npc/jobs/2-1/hunter.txt b/npc/jobs/2-1/hunter.txt
index 1d2ff8b39..07256935a 100644
--- a/npc/jobs/2-1/hunter.txt
+++ b/npc/jobs/2-1/hunter.txt
@@ -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;
}