summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-02-26 22:35:15 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-02-26 22:35:15 +0000
commitb178d69697ee2e768dada707bed22bc128f33f25 (patch)
tree330f7342b353882740fb5f378231c4a8da61d5f0 /npc
parent2509259c84196808c632dff26b9ad39bac8bfd5d (diff)
downloadhercules-b178d69697ee2e768dada707bed22bc128f33f25.tar.gz
hercules-b178d69697ee2e768dada707bed22bc128f33f25.tar.bz2
hercules-b178d69697ee2e768dada707bed22bc128f33f25.tar.xz
hercules-b178d69697ee2e768dada707bed22bc128f33f25.zip
Fixed MONK JOB quest! added missing stuff
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1185 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r--npc/other/Global_Functions.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/other/Global_Functions.txt b/npc/other/Global_Functions.txt
index 332737c0c..8a0ccba2c 100644
--- a/npc/other/Global_Functions.txt
+++ b/npc/other/Global_Functions.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= Lupus, kobra_k88
//===== Current Version: =====================================
-//= 1.1
+//= 1.2
//===== Compatible With: =====================================
//= eAthena 1.0
//===== Description: =========================================
@@ -37,6 +37,7 @@ function script F_ClearJobVar {
// 2-2 Jobs ------------------------------
set ROGUE_Q,0; set ROGUE_Q2,0;
set ALCH_Q,0; set ALCH_Q2,0;
+ set MONK_Q,0;
return;
}