Fixed MONK JOB quest! added missing stuff

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1185 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
Lupus 2005-02-26 22:35:15 +00:00
parent c0f36dac5f
commit f17bd01091

View File

@ -3,7 +3,7 @@
//===== By: ================================================== //===== By: ==================================================
//= Lupus, kobra_k88 //= Lupus, kobra_k88
//===== Current Version: ===================================== //===== Current Version: =====================================
//= 1.1 //= 1.2
//===== Compatible With: ===================================== //===== Compatible With: =====================================
//= eAthena 1.0 //= eAthena 1.0
//===== Description: ========================================= //===== Description: =========================================
@ -37,6 +37,7 @@ function script F_ClearJobVar {
// 2-2 Jobs ------------------------------ // 2-2 Jobs ------------------------------
set ROGUE_Q,0; set ROGUE_Q2,0; set ROGUE_Q,0; set ROGUE_Q2,0;
set ALCH_Q,0; set ALCH_Q2,0; set ALCH_Q,0; set ALCH_Q2,0;
set MONK_Q,0;
return; return;
} }