diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-16 09:47:08 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-16 09:47:08 +0000 |
commit | 1bbd61541307671424f128b12930e8d0f53b5f33 (patch) | |
tree | d3c981de20acde5e8fdd2496b5e7cabcbf88e0a6 /npc/other | |
parent | cd11c76ec5faed2da301e8818feffab30ff1bf19 (diff) | |
download | hercules-1bbd61541307671424f128b12930e8d0f53b5f33.tar.gz hercules-1bbd61541307671424f128b12930e8d0f53b5f33.tar.bz2 hercules-1bbd61541307671424f128b12930e8d0f53b5f33.tar.xz hercules-1bbd61541307671424f128b12930e8d0f53b5f33.zip |
Added official Ninja Job quest
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9224 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other')
-rw-r--r-- | npc/other/Global_Functions.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/other/Global_Functions.txt b/npc/other/Global_Functions.txt index ec5ffae0b..27278fdf4 100644 --- a/npc/other/Global_Functions.txt +++ b/npc/other/Global_Functions.txt @@ -3,7 +3,7 @@ //===== By: ==================================================
//= Lupus, kobra_k88
//===== Current Version: =====================================
-//= 2.07
+//= 2.08
//===== Compatible With: =====================================
//= eAthena 1.0
//===== Description: =========================================
@@ -30,6 +30,7 @@ //= +more garbage clean
//= 2.06 Pass to Bio-Lab -> MISC_QUEST|512 [Lupus]
//= 2.07 Added TK_Q variable clear [Lupus]
+//- 2.08 Added NINJ_Q variable clear [Lupus]
//============================================================
@@ -73,6 +74,7 @@ function script F_ClearJobVar { set STGL_Q,0;
set SOUL_Q,0;
set GUNS_Q,0;
+ set NINJ_Q,0;
return;
}
|