diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-08 14:01:00 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-08 14:01:00 +0000 |
commit | ab522d194a3ee70758bab2113d2b34f34706f24f (patch) | |
tree | d1e7f8f8bfe78ad30a4b5b7b18e5a6ac152e398d /npc/jobs | |
parent | 7a0af5c565a745f366a9008dfe9dfb3391863d1b (diff) | |
download | hercules-ab522d194a3ee70758bab2113d2b34f34706f24f.tar.gz hercules-ab522d194a3ee70758bab2113d2b34f34706f24f.tar.bz2 hercules-ab522d194a3ee70758bab2113d2b34f34706f24f.tar.xz hercules-ab522d194a3ee70758bab2113d2b34f34706f24f.zip |
Small fix in Hunter Job Quest
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9172 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs')
-rw-r--r-- | npc/jobs/2-1/hunter.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/jobs/2-1/hunter.txt b/npc/jobs/2-1/hunter.txt index 4986548dc..ddea02556 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: =====================================
-//= 2.3
+//= 2.3a
//===== Compatible With: =====================================
//= eAthena 1.0
//===== Description: =========================================
@@ -30,7 +30,7 @@ //= 2.1 Removed Duplicates [Silent]
//= 2.2 Merged JFunc, fixed missing dialogues [Lupus]
//= 2.2a Fixed Sharon resetting the test2 item set [Lupus]
-//= 2.3 7 official sets of Demon Hunter,thx to Dr.Evil [Lupus]
+//= 2.3a 7 official sets of Demon Hunter,thx to Dr.Evil [Lupus]
//============================================================
//<====================================== Job Changer ========================================>\\
@@ -415,7 +415,7 @@ L_Start: mes "[Demon Hunter]";
mes "Let's see... the items you need to gather are.....";
next;
- set HNTR_Q2, rand(1,5);
+ set HNTR_Q2, rand(1,7);
L_Repeat:
mes "[Demon Hunter]";
switch(HNTR_Q2){
|